{
  "cksum": "9d51c254839fb36357d0b02d02e46ba57e683d7b017e2da33b47ae74685a9e59",
  "crate_file": "revm-41.0.0.crate",
  "crate_url": "https://static.crates.io/crates/revm/revm-41.0.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytecode",
      "optional": false,
      "package": "revm-bytecode",
      "req": "^41.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "context",
      "optional": false,
      "package": "revm-context",
      "req": "^41.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "context-interface",
      "optional": false,
      "package": "revm-context-interface",
      "req": "^41.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "database",
      "optional": false,
      "package": "revm-database",
      "req": "^41.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "database-interface",
      "optional": false,
      "package": "revm-database-interface",
      "req": "^41.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "handler",
      "optional": false,
      "package": "revm-handler",
      "req": "^41.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "inspector",
      "optional": false,
      "package": "revm-inspector",
      "req": "^41.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "interpreter",
      "optional": false,
      "package": "revm-interpreter",
      "req": "^41.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "precompile",
      "optional": false,
      "package": "revm-precompile",
      "req": "^41.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "primitives",
      "optional": false,
      "package": "revm-primitives",
      "req": "^41.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "rc",
        "derive"
      ],
      "kind": "dev",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc",
        "preserve_order"
      ],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "state",
      "optional": false,
      "package": "revm-state",
      "req": "^41.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "statetest-types",
      "optional": true,
      "package": "revm-statetest-types",
      "req": "^41.0.0",
      "target": null
    }
  ],
  "features": {
    "alloydb": [
      "database/alloydb"
    ],
    "arbitrary": [
      "primitives/arbitrary"
    ],
    "asm-keccak": [
      "primitives/asm-keccak"
    ],
    "asm-sha2": [
      "precompile/asm-sha2"
    ],
    "asyncdb": [
      "database-interface/asyncdb"
    ],
    "blst": [
      "precompile/blst"
    ],
    "bn": [
      "precompile/bn"
    ],
    "c-kzg": [
      "precompile/c-kzg"
    ],
    "default": [
      "std",
      "secp256k1",
      "portable",
      "tracer",
      "c-kzg",
      "blst"
    ],
    "dev": [
      "memory_limit",
      "optional_balance_check",
      "optional_block_gas_limit",
      "optional_eip3541",
      "optional_eip3607",
      "optional_eip7623",
      "optional_no_base_fee"
    ],
    "gmp": [
      "precompile/gmp"
    ],
    "hashbrown": [
      "interpreter/hashbrown",
      "precompile/hashbrown"
    ],
    "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_eip3541": [
      "context/optional_eip3541"
    ],
    "optional_eip3607": [
      "context/optional_eip3607"
    ],
    "optional_eip7623": [
      "context/optional_eip7623"
    ],
    "optional_fee_charge": [
      "context/optional_fee_charge"
    ],
    "optional_no_base_fee": [
      "context/optional_no_base_fee"
    ],
    "optional_priority_fee_check": [
      "context/optional_priority_fee_check"
    ],
    "p256-aws-lc-rs": [
      "precompile/p256-aws-lc-rs"
    ],
    "parse": [
      "bytecode/parse"
    ],
    "portable": [
      "precompile/portable"
    ],
    "secp256k1": [
      "precompile/secp256k1"
    ],
    "serde": [
      "interpreter/serde",
      "database-interface/serde",
      "primitives/serde",
      "handler/serde",
      "context-interface/serde",
      "bytecode/serde",
      "context/serde",
      "database/serde",
      "inspector/serde",
      "state/serde"
    ],
    "serde-json": [
      "serde",
      "inspector/tracer"
    ],
    "sha3-keccak": [
      "primitives/sha3-keccak"
    ],
    "std": [
      "interpreter/std",
      "precompile/std",
      "handler/std",
      "context/std",
      "context-interface/std",
      "bytecode/std",
      "database/std",
      "database-interface/std",
      "inspector/std",
      "primitives/std",
      "state/std",
      "serde/std",
      "serde_json/std"
    ],
    "tracer": [
      "inspector/tracer"
    ]
  },
  "features2": {
    "map-foldhash": [
      "primitives/map-foldhash",
      "statetest-types?/map-foldhash"
    ],
    "test-types": [
      "dep:statetest-types"
    ]
  },
  "index_path": "re/vm/revm",
  "name": "revm",
  "pubtime": "2026-06-11T19:43:06Z",
  "rust_version": "1.91.0",
  "v": 2,
  "vers": "41.0.0",
  "yanked": false
}
