revm-database-interface 9.0.1

Revm Database interface
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.88.0"
name = "revm-database-interface"
version = "9.0.1"
authors = ["Dragan Rakita <dragan0rakita@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Revm Database interface"
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]
asyncdb = [
    "dep:tokio",
    "tokio/rt-multi-thread",
]
default = ["std"]
serde = [
    "dep:serde",
    "primitives/serde",
    "state/serde",
    "either/serde",
]
std = [
    "serde?/std",
    "primitives/std",
    "state/std",
    "either/std",
    "thiserror/std",
]

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

[dependencies.auto_impl]
version = "1.3.0"

[dependencies.either]
version = "1.15.0"
default-features = false

[dependencies.primitives]
version = "22.1.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 = "10.0.0"
default-features = false
package = "revm-state"

[dependencies.thiserror]
version = "2.0"
default-features = false

[dependencies.tokio]
version = "1.47"
optional = true

[dev-dependencies]

[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"