{
  "cksum": "9501da18569b2afe0eb934fb7afd5a247d238b94116155af4dd068f319adfe6d",
  "crate_file": "ark-vrf-0.1.0.crate",
  "crate_url": "https://static.crates.io/crates/ark-vrf/ark-vrf-0.1.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-bls12-381",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-bn254",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-ec",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-ed-on-bls12-381",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-ed-on-bls12-381-bandersnatch",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-ed-on-bn254",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-ed25519",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "ark-ed25519",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-ff",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-secp256r1",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-serialize",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ark-std",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "getrandom"
      ],
      "kind": "dev",
      "name": "ark-std",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "digest",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hex",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hmac",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "dev",
      "name": "indexmap",
      "optional": false,
      "req": "^2.2.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand_chacha",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rayon",
      "optional": true,
      "req": "^1.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ring-proof",
      "optional": true,
      "package": "w3f-ring-proof",
      "req": "^0.0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "dev",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "zeroize",
      "optional": false,
      "req": "^1.8",
      "target": null
    }
  ],
  "features": {
    "baby-jubjub": [
      "ark-ed-on-bn254",
      "ark-bn254/curve"
    ],
    "bandersnatch": [
      "ark-ed-on-bls12-381-bandersnatch",
      "ark-bls12-381/curve"
    ],
    "ed25519": [
      "ark-ed25519"
    ],
    "full": [
      "secp256r1",
      "ed25519",
      "bandersnatch",
      "jubjub",
      "baby-jubjub",
      "ring"
    ],
    "jubjub": [
      "ark-ed-on-bls12-381",
      "ark-bls12-381/curve"
    ],
    "rfc-6979": [
      "hmac"
    ],
    "ring": [
      "ring-proof"
    ],
    "secp256r1": [
      "ark-secp256r1",
      "rfc-6979"
    ],
    "secret-split": [
      "ark-std/getrandom"
    ]
  },
  "features2": {
    "asm": [
      "ark-ff/asm",
      "ring-proof?/asm"
    ],
    "default": [
      "std"
    ],
    "parallel": [
      "ark-ec/parallel",
      "ark-ff/parallel",
      "ark-std/parallel",
      "ring-proof?/parallel",
      "rayon"
    ],
    "std": [
      "ark-std/std",
      "ark-ec/std",
      "ring-proof?/std"
    ],
    "test-vectors": [
      "ring-proof?/test-vectors"
    ]
  },
  "index_path": "ar/k-/ark-vrf",
  "name": "ark-vrf",
  "pubtime": "2025-03-28T07:07:36Z",
  "v": 2,
  "vers": "0.1.0",
  "yanked": false
}
