{
  "cksum": "31cbf35a8632ecc33cdeb54b7866e2d615fb5b24fea7f4b43f2e1e62668afcbd",
  "crate_file": "dusk-core-1.3.0.crate",
  "crate_url": "https://static.crates.io/crates/dusk-core/dusk-core-1.3.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "curve"
      ],
      "kind": "normal",
      "name": "ark-bn254",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-groth16",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-relations",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-serialize",
      "optional": true,
      "req": "^0.4.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rkyv-impl"
      ],
      "kind": "normal",
      "name": "bls12_381-bls",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytecheck",
      "optional": false,
      "req": "^0.6.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rkyv-impl"
      ],
      "kind": "normal",
      "name": "dusk-bls12_381",
      "optional": false,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dusk-bytes",
      "optional": false,
      "req": "^0.1.7",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rkyv-impl"
      ],
      "kind": "normal",
      "name": "dusk-jubjub",
      "optional": false,
      "req": "^0.15.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rkyv-impl",
        "alloc"
      ],
      "kind": "normal",
      "name": "dusk-plonk",
      "optional": true,
      "req": "^0.21.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dusk-poseidon",
      "optional": false,
      "req": "^0.41",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ff",
      "optional": false,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rkyv-impl"
      ],
      "kind": "normal",
      "name": "jubjub-schnorr",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "phoenix-circuits",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rkyv-impl",
        "alloc"
      ],
      "kind": "normal",
      "name": "phoenix-core",
      "optional": false,
      "req": "^0.34.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "piecrust-uplink",
      "optional": false,
      "req": "^0.18.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rkyv-impl"
      ],
      "kind": "normal",
      "name": "poseidon-merkle",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "std_rng"
      ],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.8.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "size_32"
      ],
      "kind": "normal",
      "name": "rkyv",
      "optional": false,
      "req": "^0.7.39",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.210",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.128",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "hex"
      ],
      "kind": "normal",
      "name": "serde_with",
      "optional": true,
      "req": "^3.9",
      "target": null
    }
  ],
  "features": {
    "abi": [
      "piecrust-uplink/abi"
    ],
    "abi-debug": [
      "abi",
      "piecrust-uplink/debug"
    ],
    "abi-dlmalloc": [
      "abi",
      "piecrust-uplink/dlmalloc"
    ],
    "groth16": [
      "ark-groth16",
      "ark-bn254",
      "ark-relations",
      "ark-serialize"
    ],
    "parallel": [
      "bls12_381-bls/parallel"
    ],
    "plonk": [
      "dusk-plonk",
      "phoenix-circuits/plonk"
    ],
    "std": [
      "dusk-plonk/std"
    ],
    "zk": [
      "plonk",
      "groth16"
    ]
  },
  "features2": {
    "serde": [
      "dep:serde",
      "dep:serde_with",
      "piecrust-uplink/serde",
      "bls12_381-bls/serde",
      "phoenix-core/serde",
      "jubjub-schnorr/serde"
    ]
  },
  "index_path": "du/sk/dusk-core",
  "name": "dusk-core",
  "pubtime": "2025-04-17T13:24:56Z",
  "v": 2,
  "vers": "1.3.0",
  "yanked": false
}
