[package] name = "moiradb" version = "0.3.1" authors = ["Dave Hrycyszyn"] edition = "2018" license = "Apache-2.0" description = "An experimental deterministic database" repository = "https://github.com/crashlabs-io/moiradb" keywords = ["deterministic", "database", "blockchain"] categories = ["database-implementations"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.82" bincode = "1.3" futures = "0.3.30" rocksdb = "0.22.0" serde = { version = "1.0", features = ["derive"] } tokio = { version = "=1.40.0", features = ["full"] } tracing = "0.1.40"