{
  "cksum": "6d9abdef8347e33770fd61b887bed0fd076ef1ddf8dadc0ef7acf3cc2aa01cb4",
  "crate_file": "snarkvm-0.9.3.crate",
  "crate_url": "https://static.crates.io/crates/snarkvm/snarkvm-0.9.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": true,
      "req": "^1.0.66",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "bincode",
      "optional": false,
      "req": "^1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": true,
      "req": "^3.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "colored",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rayon"
      ],
      "kind": "normal",
      "name": "indexmap",
      "optional": false,
      "req": "^1.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": "^1.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parking_lot",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rayon",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rusty-hook",
      "optional": false,
      "req": "^0.11.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "self_update",
      "optional": true,
      "req": "^0.32",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "snarkvm-algorithms",
      "optional": true,
      "req": "^0.9.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "snarkvm-circuit",
      "optional": true,
      "req": "^0.9.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "snarkvm-console",
      "optional": true,
      "req": "^0.9.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "snarkvm-curves",
      "optional": true,
      "req": "^0.9.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "snarkvm-fields",
      "optional": true,
      "req": "^0.9.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "snarkvm-parameters",
      "optional": true,
      "req": "^0.9.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "snarkvm-r1cs",
      "optional": true,
      "req": "^0.9.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "snarkvm-synthesizer",
      "optional": true,
      "req": "^0.9.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "snarkvm-utilities",
      "optional": true,
      "req": "^0.9.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "json"
      ],
      "kind": "normal",
      "name": "ureq",
      "optional": false,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "walkdir",
      "optional": false,
      "req": "^2",
      "target": null
    }
  ],
  "features": {
    "aleo-cli": [
      "snarkvm-synthesizer/aleo-cli"
    ],
    "algorithms": [
      "snarkvm-algorithms"
    ],
    "circuit": [
      "snarkvm-circuit"
    ],
    "cli": [
      "anyhow",
      "clap",
      "colored",
      "rand",
      "self_update",
      "serde_json",
      "thiserror",
      "circuit",
      "console",
      "synthesizer"
    ],
    "console": [
      "snarkvm-console"
    ],
    "cuda": [
      "snarkvm-algorithms/cuda"
    ],
    "curves": [
      "snarkvm-curves"
    ],
    "default": [
      "cli",
      "parallel",
      "parameters"
    ],
    "fields": [
      "snarkvm-fields"
    ],
    "full": [
      "algorithms",
      "circuit",
      "console",
      "curves",
      "fields",
      "parameters",
      "r1cs",
      "synthesizer",
      "utilities"
    ],
    "noconfig": [],
    "parallel": [
      "rayon",
      "snarkvm-algorithms/parallel",
      "snarkvm-fields/parallel",
      "snarkvm-synthesizer/parallel",
      "snarkvm-utilities/parallel"
    ],
    "parameters": [
      "snarkvm-parameters"
    ],
    "parameters_no_std_out": [
      "snarkvm-parameters/no_std_out"
    ],
    "r1cs": [
      "snarkvm-r1cs"
    ],
    "synthesizer": [
      "snarkvm-synthesizer"
    ],
    "utilities": [
      "snarkvm-utilities"
    ]
  },
  "index_path": "sn/ar/snarkvm",
  "name": "snarkvm",
  "pubtime": "2022-11-08T02:02:13Z",
  "vers": "0.9.3",
  "yanked": false
}
