{
  "cksum": "1b208e52a6b1895ad05136092705d9255ff24555fb5fabcf16d940091544eb69",
  "crate_file": "alloy-consensus-0.12.0.crate",
  "crate_url": "https://static.crates.io/crates/alloy-consensus/alloy-consensus-0.12.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "kzg-sidecar"
      ],
      "kind": "normal",
      "name": "alloy-eips",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "arbitrary"
      ],
      "kind": "dev",
      "name": "alloy-eips",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rlp"
      ],
      "kind": "normal",
      "name": "alloy-primitives",
      "optional": false,
      "req": "^0.8.22",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "arbitrary",
        "rand"
      ],
      "kind": "dev",
      "name": "alloy-primitives",
      "optional": false,
      "req": "^0.8.22",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "alloy-rlp",
      "optional": false,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "alloy-serde",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ethereum"
      ],
      "kind": "normal",
      "name": "alloy-trie",
      "optional": false,
      "req": "^0.7.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "arbitrary",
      "optional": true,
      "req": "^1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "dev",
      "name": "arbitrary",
      "optional": false,
      "req": "^1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "auto_impl",
      "optional": false,
      "req": "^1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "bincode",
      "optional": false,
      "req": "^1.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "c-kzg",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "from",
        "deref",
        "deref_mut",
        "into_iterator"
      ],
      "kind": "normal",
      "name": "derive_more",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "either",
      "optional": false,
      "req": "^1.15",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ecdsa",
        "ecdsa"
      ],
      "kind": "normal",
      "name": "k256",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ecdsa"
      ],
      "kind": "dev",
      "name": "k256",
      "optional": false,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "critical-section"
      ],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": "^1.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "alloc",
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macros"
      ],
      "kind": "normal",
      "name": "serde_with",
      "optional": true,
      "req": "^3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "macros"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "serde-bincode-compat": [
      "alloy-eips/serde-bincode-compat",
      "serde_with"
    ]
  },
  "features2": {
    "arbitrary": [
      "std",
      "dep:rand",
      "dep:arbitrary",
      "alloy-eips/arbitrary"
    ],
    "default": [
      "std"
    ],
    "k256": [
      "dep:k256",
      "alloy-primitives/k256",
      "alloy-eips/k256"
    ],
    "kzg": [
      "dep:c-kzg",
      "alloy-eips/kzg",
      "std"
    ],
    "serde": [
      "dep:serde",
      "alloy-primitives/serde",
      "dep:alloy-serde",
      "alloy-eips/serde",
      "alloy-trie/serde",
      "c-kzg?/serde",
      "either/serde",
      "k256?/serde",
      "rand?/serde"
    ],
    "std": [
      "alloy-eips/std",
      "c-kzg?/std",
      "alloy-serde?/std",
      "alloy-primitives/std",
      "alloy-rlp/std",
      "alloy-trie/std",
      "derive_more/std",
      "k256?/std",
      "serde?/std",
      "serde_json/std",
      "serde_with?/std",
      "thiserror/std",
      "either/std",
      "once_cell/std"
    ]
  },
  "index_path": "al/lo/alloy-consensus",
  "name": "alloy-consensus",
  "pubtime": "2025-03-07T10:06:18Z",
  "rust_version": "1.81",
  "v": 2,
  "vers": "0.12.0",
  "yanked": false
}
