# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "revm-primitives" version = "14.0.0" authors = ["Dragan Rakita "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "revm primitives" readme = "README.md" keywords = [ "no_std", "ethereum", "evm", "revm", "types", ] license = "MIT" repository = "https://github.com/bluealloy/revm" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "revm_primitives" path = "src/lib.rs" [dependencies.alloy-eip2930] version = "0.1" default-features = false [dependencies.alloy-eip7702] version = "0.4" features = ["k256"] default-features = false [dependencies.alloy-primitives] version = "0.8.8" features = [ "rlp", "map", ] default-features = false [dependencies.auto_impl] version = "1.2" [dependencies.bitflags] version = "2.6.0" default-features = false [dependencies.bitvec] version = "1" features = ["alloc"] default-features = false [dependencies.c-kzg] version = "1.0.3" features = ["ethereum_kzg_settings"] optional = true default-features = false [dependencies.cfg-if] version = "1" [dependencies.dyn-clone] version = "1.0" [dependencies.enumn] version = "0.1" [dependencies.kzg-rs] version = "0.2.3" optional = true default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] optional = true default-features = false [build-dependencies.hex] version = "0.4" default-features = false [features] arbitrary = [ "std", "alloy-primitives/arbitrary", "bitflags/arbitrary", "alloy-eip7702/arbitrary", "alloy-eip2930/arbitrary", ] asm-keccak = ["alloy-primitives/asm-keccak"] c-kzg = ["dep:c-kzg"] default = [ "std", "c-kzg", "portable", ] dev = [ "memory_limit", "optional_balance_check", "optional_block_gas_limit", "optional_eip3607", "optional_gas_refund", "optional_no_base_fee", "optional_beneficiary_reward", ] hashbrown = ["alloy-primitives/map-hashbrown"] kzg-rs = ["dep:kzg-rs"] memory_limit = [] negate-optimism-default-handler = [] optimism = [] optimism-default-handler = ["optimism"] optional_balance_check = [] optional_beneficiary_reward = [] optional_block_gas_limit = [] optional_eip3607 = [] optional_gas_refund = [] optional_no_base_fee = [] portable = ["c-kzg?/portable"] rand = ["alloy-primitives/rand"] serde = [ "dep:serde", "alloy-primitives/serde", "hex/serde", "bitvec/serde", "bitflags/serde", "c-kzg?/serde", "alloy-eip7702/serde", "alloy-eip2930/serde", ] std = [ "serde?/std", "alloy-primitives/std", "hex/std", "bitvec/std", "bitflags/std", "alloy-eip7702/std", "alloy-eip2930/std", ] [lints.rust] rust_2018_idioms = "deny" unreachable_pub = "warn" unused_must_use = "deny" [lints.rustdoc] all = "warn"