# 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 = "2021" name = "pallas-rolldb" version = "0.30.2" authors = ["Santiago Carmuega "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An opinionated Cardano storage engine built on top of RocksDB" homepage = "https://github.com/txpipe/pallas" documentation = "https://docs.rs/pallas-rolldb" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/txpipe/pallas" [lib] name = "pallas_rolldb" path = "src/lib.rs" [dependencies.async-stream] version = "0.3.5" [dependencies.bincode] version = "1.3.3" [dependencies.futures-core] version = "0.3.28" [dependencies.futures-util] version = "0.3.28" [dependencies.pallas-crypto] version = "=0.30.2" [dependencies.rocksdb] version = "0.22.0" features = ["multi-threaded-cf"] default-features = false [dependencies.serde] version = "1.0.188" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.32.0" features = [ "sync", "rt", "time", "macros", ] [dependencies.tracing] version = "0.1.37" [dev-dependencies.tempfile] version = "3.3.0"