Files
reth/crates/storage/db-common/Cargo.toml
2026-01-09 15:33:21 +00:00

53 lines
1.2 KiB
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-db-api.workspace = true
reth-provider.workspace = true
reth-primitives-traits.workspace = true
reth-config.workspace = true
reth-trie.workspace = true
reth-trie-db.workspace = true
reth-etl.workspace = true
reth-codecs.workspace = true
reth-stages-types.workspace = true
reth-fs-util.workspace = true
reth-node-types.workspace = true
reth-static-file-types.workspace = true
reth-execution-errors.workspace = true
# eth
alloy-consensus.workspace = true
alloy-genesis.workspace = true
alloy-primitives.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-db = { workspace = true, features = ["mdbx"] }
reth-provider = { workspace = true, features = ["test-utils"] }
[features]
edge = ["reth-db-api/edge", "reth-provider/rocksdb"]
[lints]
workspace = true