Files
nanoreth/crates/storage/db-common/Cargo.toml
2024-06-26 14:05:18 +00:00

44 lines
881 B
TOML

[package]
name = "reth-db-common"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[dependencies]
# reth
reth-chainspec.workspace = true
reth-primitives.workspace = true
reth-db = { workspace = true, features = ["mdbx"] }
reth-db-api.workspace = true
reth-provider.workspace = true
reth-config.workspace = true
reth-trie.workspace = true
reth-etl.workspace = true
reth-codecs.workspace = true
reth-stages-types.workspace = true
reth-fs-util.workspace = true
# eth
alloy-genesis.workspace = true
# misc
eyre.workspace = true
thiserror.workspace = true
boyer-moore-magiclen.workspace = true
# io
serde.workspace = true
serde_json.workspace = true
# tracing
tracing.workspace = true
[dev-dependencies]
reth-primitives-traits.workspace = true
[lints]
workspace = true