[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-trie-db.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