{
  "cksum": "aa7cec6f511520986e33288b5521e970d57451dc8fbc16f66d26123dada034e8",
  "crate_file": "celo-revm-0.1.0-alpha.1.crate",
  "crate_url": "https://static.crates.io/crates/celo-revm/celo-revm-0.1.0-alpha.1.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "alloy-consensus",
      "optional": false,
      "req": "=1.1.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "alloy-eips",
      "optional": false,
      "req": "=1.1.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "alloy-eips",
      "optional": false,
      "req": "=1.1.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "alloy-evm",
      "optional": false,
      "req": "^0.24.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "alloy-op-evm",
      "optional": true,
      "req": "^0.24.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "alloy-primitives",
      "optional": false,
      "req": "^1.4.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "alloy-sol-types",
      "optional": false,
      "req": "^1.4.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "auto_impl",
      "optional": false,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "celo-alloy-consensus",
      "optional": false,
      "req": "^0.1.0-alpha.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "spin_no_std"
      ],
      "kind": "normal",
      "name": "lazy_static",
      "optional": false,
      "req": "^1.5.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "op-alloy-consensus",
      "optional": false,
      "req": "^0.22.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "op-revm",
      "optional": false,
      "req": "^14.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "revm",
      "optional": false,
      "req": "^33.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "revm-context-interface",
      "optional": false,
      "req": "^13.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "revm-handler",
      "optional": false,
      "req": "^14.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rstest",
      "optional": false,
      "req": "^0.26.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "rc"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.228",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "spin",
      "optional": false,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.17",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.43",
      "target": null
    }
  ],
  "features": {
    "blst": [
      "revm/blst"
    ],
    "bn": [
      "revm/bn"
    ],
    "c-kzg": [
      "revm/c-kzg"
    ],
    "dev": [
      "memory_limit",
      "optional_balance_check",
      "optional_block_gas_limit",
      "optional_eip3607",
      "optional_no_base_fee"
    ],
    "hashbrown": [
      "revm/hashbrown"
    ],
    "k256": [],
    "memory_limit": [
      "revm/memory_limit"
    ],
    "optional_balance_check": [
      "revm/optional_balance_check"
    ],
    "optional_block_gas_limit": [
      "revm/optional_block_gas_limit"
    ],
    "optional_eip3607": [
      "revm/optional_eip3607"
    ],
    "optional_no_base_fee": [
      "revm/optional_no_base_fee"
    ],
    "portable": [
      "revm/portable"
    ],
    "secp256k1": [
      "revm/secp256k1"
    ],
    "serde-bincode-compat": [
      "alloy-eips/serde-bincode-compat",
      "op-alloy-consensus/serde-bincode-compat"
    ]
  },
  "features2": {
    "alloy-op-evm": [
      "dep:alloy-op-evm"
    ],
    "default": [
      "std",
      "c-kzg",
      "secp256k1",
      "portable",
      "blst",
      "alloy-op-evm"
    ],
    "serde": [
      "dep:serde",
      "revm/serde",
      "op-alloy-consensus/serde"
    ],
    "std": [
      "serde?/std",
      "revm/std",
      "tracing/std",
      "alloy-op-evm?/std"
    ]
  },
  "index_path": "ce/lo/celo-revm",
  "name": "celo-revm",
  "pubtime": "2026-01-27T10:25:06Z",
  "rust_version": "1.88",
  "v": 2,
  "vers": "0.1.0-alpha.1",
  "yanked": false
}
