revm-context 16.0.1

Revm context crates
Documentation
# 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"
rust-version = "1.91.0"
name = "revm-context"
version = "16.0.1"
authors = ["Dragan Rakita <dragan0rakita@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Revm context crates"
readme = "README.md"
keywords = [
    "revm",
    "evm",
    "ethereum",
    "blockchain",
    "no_std",
]
license = "MIT"
repository = "https://github.com/bluealloy/revm"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["std"]
dev = [
    "memory_limit",
    "optional_balance_check",
    "optional_block_gas_limit",
    "optional_eip3541",
    "optional_eip3607",
    "optional_eip7623",
    "optional_no_base_fee",
    "optional_priority_fee_check",
    "optional_fee_charge",
]
map-foldhash = [
    "primitives/map-foldhash",
    "state/map-foldhash",
]
memory_limit = []
optional_balance_check = []
optional_block_gas_limit = []
optional_eip3541 = []
optional_eip3607 = []
optional_eip7623 = []
optional_fee_charge = []
optional_no_base_fee = []
optional_priority_fee_check = []
serde = [
    "dep:serde",
    "primitives/serde",
    "state/serde",
    "context-interface/serde",
    "bytecode/serde",
    "database/serde",
    "database-interface/serde",
    "derive-where/serde",
    "bitvec/serde",
]
std = [
    "serde?/std",
    "bytecode/std",
    "context-interface/std",
    "database/std",
    "database-interface/std",
    "primitives/std",
    "state/std",
    "bitvec/std",
]

[lib]
name = "revm_context"
path = "src/lib.rs"

[dependencies.bitvec]
version = "1"
default-features = false

[dependencies.bytecode]
version = "10.0.0"
default-features = false
package = "revm-bytecode"

[dependencies.cfg-if]
version = "1.0"
default-features = false

[dependencies.context-interface]
version = "17.0.1"
default-features = false
package = "revm-context-interface"

[dependencies.database-interface]
version = "11.0.1"
default-features = false
package = "revm-database-interface"

[dependencies.derive-where]
version = "1.6"
default-features = false

[dependencies.primitives]
version = "23.0.0"
default-features = false
package = "revm-primitives"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
    "derive",
    "rc",
]
optional = true
default-features = false

[dependencies.state]
version = "11.0.1"
default-features = false
package = "revm-state"

[dev-dependencies.database]
version = "13.0.1"
default-features = false
package = "revm-database"

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "warn"
unused_must_use = "deny"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[lints.rustdoc]
all = "warn"