{
  "cksum": "3a2c336f9921588e50871c00024feb51a521eca50ce6d01494bb9c50f837c8ed",
  "crate_file": "revm-9.0.0.crate",
  "crate_url": "https://static.crates.io/crates/revm/revm-9.0.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "dev",
      "name": "alloy-sol-types",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0.82",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "auto_impl",
      "optional": false,
      "req": "^1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cfg-if",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dyn-clone",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "ethers-contract",
      "optional": false,
      "req": "^2.0.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ethers-core",
      "optional": true,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ethers-providers",
      "optional": true,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "indicatif",
      "optional": false,
      "req": "^0.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "reqwest",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "revm-interpreter",
      "optional": false,
      "req": "^5.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "revm-precompile",
      "optional": false,
      "req": "^7.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "rc"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt-multi-thread",
        "macros"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.37",
      "target": null
    }
  ],
  "features": {
    "arbitrary": [
      "revm-interpreter/arbitrary"
    ],
    "asm-keccak": [
      "revm-interpreter/asm-keccak",
      "revm-precompile/asm-keccak"
    ],
    "blst": [
      "revm-precompile/blst"
    ],
    "c-kzg": [
      "revm-precompile/c-kzg"
    ],
    "dev": [
      "memory_limit",
      "optional_balance_check",
      "optional_block_gas_limit",
      "optional_eip3607",
      "optional_gas_refund",
      "optional_no_base_fee",
      "optional_beneficiary_reward"
    ],
    "hashbrown": [
      "revm-interpreter/hashbrown",
      "revm-precompile/hashbrown"
    ],
    "memory_limit": [
      "revm-interpreter/memory_limit"
    ],
    "negate-optimism-default-handler": [
      "revm-precompile/negate-optimism-default-handler",
      "revm-interpreter/negate-optimism-default-handler"
    ],
    "optimism": [
      "revm-interpreter/optimism",
      "revm-precompile/optimism"
    ],
    "optimism-default-handler": [
      "optimism",
      "revm-precompile/optimism-default-handler",
      "revm-interpreter/optimism-default-handler"
    ],
    "optional_balance_check": [
      "revm-interpreter/optional_balance_check"
    ],
    "optional_beneficiary_reward": [
      "revm-interpreter/optional_beneficiary_reward"
    ],
    "optional_block_gas_limit": [
      "revm-interpreter/optional_block_gas_limit"
    ],
    "optional_eip3607": [
      "revm-interpreter/optional_eip3607"
    ],
    "optional_gas_refund": [
      "revm-interpreter/optional_gas_refund"
    ],
    "optional_no_base_fee": [
      "revm-interpreter/optional_no_base_fee"
    ],
    "portable": [
      "revm-precompile/portable",
      "revm-interpreter/portable"
    ],
    "secp256k1": [
      "revm-precompile/secp256k1"
    ],
    "test-utils": []
  },
  "features2": {
    "default": [
      "std",
      "c-kzg",
      "secp256k1",
      "portable",
      "blst"
    ],
    "ethersdb": [
      "std",
      "tokio",
      "ethers-providers",
      "ethers-core"
    ],
    "serde": [
      "dep:serde",
      "revm-interpreter/serde"
    ],
    "serde-json": [
      "serde",
      "dep:serde_json"
    ],
    "std": [
      "serde?/std",
      "serde_json?/std",
      "serde_json?/preserve_order",
      "revm-interpreter/std",
      "revm-precompile/std"
    ]
  },
  "index_path": "re/vm/revm",
  "name": "revm",
  "pubtime": "2024-05-12T12:17:52Z",
  "v": 2,
  "vers": "9.0.0",
  "yanked": false
}
