# 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 = "kona-mpt" version = "0.0.6" authors = [ "clabby", "refcell", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for interacting with and iterating through a merkle patricia trie" homepage = "https://github.com/anton-rs/kona" readme = "README.md" license = "MIT" repository = "https://github.com/anton-rs/kona" [lib] name = "kona_mpt" path = "src/lib.rs" [[bench]] name = "trie_node" path = "benches/trie_node.rs" harness = false [dependencies.alloy-consensus] version = "0.6.1" default-features = false [dependencies.alloy-primitives] version = "0.8" features = ["rlp"] default-features = false [dependencies.alloy-rlp] version = "0.3.9" default-features = false [dependencies.alloy-trie] version = "0.7.2" default-features = false [dependencies.derive_more] version = "1.0.0" features = ["full"] default-features = false [dependencies.serde] version = "1.0.213" features = [ "derive", "alloc", ] optional = true default-features = false [dev-dependencies.alloy-consensus] version = "0.6.1" default-features = false [dev-dependencies.alloy-provider] version = "0.6.1" features = ["reqwest"] default-features = false [dev-dependencies.alloy-rpc-types] version = "0.6.1" features = ["eth"] default-features = false [dev-dependencies.alloy-transport-http] version = "0.6.1" default-features = false [dev-dependencies.anyhow] version = "1.0.89" default-features = false [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.pprof] version = "0.13.0" features = [ "criterion", "flamegraph", "frame-pointer", ] [dev-dependencies.proptest] version = "1.5" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.reqwest] version = "0.12.8" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["fmt"] [features] default = ["serde"] serde = [ "dep:serde", "alloy-primitives/serde", "alloy-trie/serde", ] [lints.clippy] missing-const-for-fn = "warn" needless-return = "allow" option-if-let-else = "warn" redundant-clone = "warn" use-self = "warn" [lints.clippy.all] level = "warn" priority = -1 [lints.rust] missing-debug-implementations = "warn" missing-docs = "warn" rust-2018-idioms = "deny" unnameable-types = "warn" unreachable-pub = "warn" unused-must-use = "deny" [lints.rustdoc] all = "warn"