{
  "cksum": "cde46162633ad4a34693e82ef3b583de23642534bf00646845ddf83dc102bc71",
  "crate_file": "ark-poly-commit-0.6.0.crate",
  "crate_url": "https://static.crates.io/crates/ark-poly-commit/ark-poly-commit-0.6.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ahash",
      "optional": false,
      "req": "^0.8",
      "target": "cfg(all(target_has_atomic = \"8\", target_has_atomic = \"16\", target_has_atomic = \"32\", target_has_atomic = \"64\", target_has_atomic = \"ptr\"))"
    },
    {
      "default_features": false,
      "features": [
        "curve"
      ],
      "kind": "dev",
      "name": "ark-bls12-377",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "curve"
      ],
      "kind": "dev",
      "name": "ark-bls12-381",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "curve"
      ],
      "kind": "dev",
      "name": "ark-bn254",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "sponge",
        "merkle_tree"
      ],
      "kind": "normal",
      "name": "ark-crypto-primitives",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-ec",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "ark-ed-on-bls12-381",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-ff",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-poly",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-r1cs-std",
      "optional": true,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-relations",
      "optional": true,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "ark-serialize",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-std",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "blake2",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "use_core"
      ],
      "kind": "normal",
      "name": "derivative",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "digest",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "fnv",
      "optional": false,
      "req": "^1.0",
      "target": "cfg(not(all(target_has_atomic = \"8\", target_has_atomic = \"16\", target_has_atomic = \"32\", target_has_atomic = \"64\", target_has_atomic = \"ptr\")))"
    },
    {
      "default_features": false,
      "features": [
        "inline-more",
        "allocator-api2"
      ],
      "kind": "normal",
      "name": "hashbrown",
      "optional": true,
      "req": "^0.15",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "merlin",
      "optional": false,
      "req": "^3.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "libm"
      ],
      "kind": "normal",
      "name": "num-traits",
      "optional": false,
      "req": "^0.2",
      "target": "cfg(target_arch = \"aarch64\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.8.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "rand_chacha",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rayon",
      "optional": true,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "default": [
      "std",
      "parallel"
    ],
    "parallel": [
      "std",
      "ark-ff/parallel",
      "ark-ec/parallel",
      "ark-poly/parallel",
      "ark-std/parallel",
      "rayon",
      "rand"
    ],
    "print-trace": [
      "ark-std/print-trace"
    ],
    "r1cs": [
      "ark-relations",
      "ark-r1cs-std",
      "hashbrown",
      "ark-crypto-primitives/constraints"
    ],
    "std": [
      "ark-ff/std",
      "ark-ec/std",
      "ark-poly/std",
      "ark-std/std",
      "ark-relations/std",
      "ark-serialize/std",
      "ark-crypto-primitives/std"
    ]
  },
  "index_path": "ar/k-/ark-poly-commit",
  "name": "ark-poly-commit",
  "pubtime": "2026-04-26T21:02:32Z",
  "vers": "0.6.0",
  "yanked": false
}
