{
  "cksum": "b63c77c2dc1ff8b5de7d33085ac8836f36f6cc9ba0f8d086f2d9ecee7852dafc",
  "crate_file": "revm-primitives-1.2.0.crate",
  "crate_url": "https://static.crates.io/crates/revm-primitives/revm-primitives-1.2.0.crate",
  "deps": [
    {
      "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.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bitflags",
      "optional": false,
      "req": "^2.4.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "bitvec",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "c-kzg",
      "optional": true,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "derive_more",
      "optional": false,
      "req": "^0.99",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "enumn",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rustc-hex"
      ],
      "kind": "normal",
      "name": "fixed-hash",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hashbrown",
      "optional": false,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "hex",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "hex",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex-literal",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": "^1.18",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "primitive-types",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "proptest",
      "optional": true,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proptest",
      "optional": false,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "proptest-derive",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proptest-derive",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rlp",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "primitive-types",
        "rlp"
      ],
      "kind": "normal",
      "name": "ruint",
      "optional": false,
      "req": "^1.8.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "primitive-types",
        "rlp",
        "proptest",
        "arbitrary"
      ],
      "kind": "dev",
      "name": "ruint",
      "optional": false,
      "req": "^1.10.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive",
        "rc"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha3",
      "optional": false,
      "req": "^0.10",
      "target": null
    }
  ],
  "features": {
    "dev": [
      "memory_limit",
      "optional_balance_check",
      "optional_block_gas_limit",
      "optional_eip3607",
      "optional_gas_refund",
      "optional_no_base_fee"
    ],
    "memory_limit": [],
    "no_gas_measuring": [],
    "optimism": [],
    "optional_balance_check": [],
    "optional_block_gas_limit": [],
    "optional_eip3607": [],
    "optional_gas_refund": [],
    "optional_no_base_fee": [],
    "std": [
      "bytes/std",
      "rlp/std",
      "hex/std",
      "bitvec/std",
      "bitflags/std"
    ]
  },
  "features2": {
    "arbitrary": [
      "std",
      "ruint/arbitrary",
      "ruint/proptest",
      "dep:arbitrary",
      "dep:proptest",
      "dep:proptest-derive",
      "bitflags/arbitrary"
    ],
    "c-kzg": [
      "dep:c-kzg"
    ],
    "default": [
      "std",
      "c-kzg"
    ],
    "serde": [
      "dep:serde",
      "hex/serde",
      "hashbrown/serde",
      "ruint/serde",
      "bytes/serde",
      "bitvec/serde",
      "bitflags/serde",
      "c-kzg?/serde"
    ]
  },
  "index_path": "re/vm/revm-primitives",
  "name": "revm-primitives",
  "pubtime": "2023-09-28T15:34:51Z",
  "v": 2,
  "vers": "1.2.0",
  "yanked": false
}
