# 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 = "2018" name = "moiradb" version = "0.3.1" authors = ["Dave Hrycyszyn"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An experimental deterministic database" readme = "README.md" keywords = [ "deterministic", "database", "blockchain", ] categories = ["database-implementations"] license = "Apache-2.0" repository = "https://github.com/crashlabs-io/moiradb" [lib] name = "moiradb" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.82" [dependencies.bincode] version = "1.3" [dependencies.futures] version = "0.3.30" [dependencies.rocksdb] version = "0.22.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "=1.40.0" features = ["full"] [dependencies.tracing] version = "0.1.40"