{
  "cksum": "de761dde59a52417075f9938269a65950717c13a7116d98f7e8bc68244c3d80e",
  "crate_file": "revm-20.0.0-alpha.1.crate",
  "crate_url": "https://static.crates.io/crates/revm/revm-20.0.0-alpha.1.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "alloy-eip7702",
      "optional": false,
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "alloy-provider",
      "optional": false,
      "req": "^0.9.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "alloy-signer",
      "optional": false,
      "req": "^0.9.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "alloy-signer-local",
      "optional": false,
      "req": "^0.9.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "dev",
      "name": "alloy-sol-types",
      "optional": false,
      "req": "^0.8.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0.89",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytecode",
      "optional": false,
      "package": "revm-bytecode",
      "req": "^1.0.0-alpha.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "context",
      "optional": false,
      "package": "revm-context",
      "req": "^1.0.0-alpha.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "context-interface",
      "optional": false,
      "package": "revm-context-interface",
      "req": "^1.0.0-alpha.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "database",
      "optional": false,
      "package": "revm-database",
      "req": "^1.0.0-alpha.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "database-interface",
      "optional": false,
      "package": "revm-database-interface",
      "req": "^1.0.0-alpha.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "ethers-contract",
      "optional": false,
      "req": "^2.0.14",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "handler",
      "optional": false,
      "package": "revm-handler",
      "req": "^1.0.0-alpha.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "indicatif",
      "optional": false,
      "req": "^0.17",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "interpreter",
      "optional": false,
      "package": "revm-interpreter",
      "req": "^16.0.0-alpha.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "precompile",
      "optional": false,
      "package": "revm-precompile",
      "req": "^17.0.0-alpha.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "primitives",
      "optional": false,
      "package": "revm-primitives",
      "req": "^16.0.0-alpha.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "reqwest",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rstest",
      "optional": false,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "specification",
      "optional": false,
      "package": "revm-specification",
      "req": "^1.0.0-alpha.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "state",
      "optional": false,
      "package": "revm-state",
      "req": "^1.0.0-alpha.1",
      "target": null
    }
  ],
  "features": {
    "arbitrary": [
      "primitives/arbitrary"
    ],
    "asm-keccak": [
      "primitives/asm-keccak"
    ],
    "blst": [
      "precompile/blst"
    ],
    "c-kzg": [
      "precompile/c-kzg"
    ],
    "default": [
      "std",
      "c-kzg",
      "secp256k1",
      "portable",
      "blst"
    ],
    "dev": [
      "memory_limit",
      "optional_balance_check",
      "optional_block_gas_limit",
      "optional_eip3607",
      "optional_gas_refund",
      "optional_no_base_fee"
    ],
    "hashbrown": [
      "interpreter/hashbrown",
      "precompile/hashbrown"
    ],
    "kzg-rs": [
      "precompile/kzg-rs"
    ],
    "memory_limit": [
      "context/memory_limit",
      "interpreter/memory_limit"
    ],
    "optional_balance_check": [
      "context/optional_balance_check"
    ],
    "optional_block_gas_limit": [
      "context/optional_block_gas_limit"
    ],
    "optional_eip3607": [
      "context/optional_eip3607"
    ],
    "optional_gas_refund": [
      "context/optional_gas_refund"
    ],
    "optional_no_base_fee": [
      "context/optional_no_base_fee"
    ],
    "portable": [
      "precompile/portable"
    ],
    "secp256k1": [
      "precompile/secp256k1"
    ],
    "serde": [
      "interpreter/serde",
      "database-interface/serde",
      "primitives/serde"
    ],
    "std": [
      "interpreter/std",
      "precompile/std",
      "handler/std",
      "context/std",
      "context-interface/std"
    ],
    "test-utils": []
  },
  "index_path": "re/vm/revm",
  "name": "revm",
  "pubtime": "2025-02-17T21:23:04Z",
  "vers": "20.0.0-alpha.1",
  "yanked": false
}
