# 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 = "structdb" version = "0.17.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Persistent data structures using RocksDB." readme = "README.md" license-file = "LICENSE" [lib] name = "structdb" path = "src/lib.rs" [[bench]] name = "bench_topic" path = "benches/bench_topic.rs" harness = false [dependencies.bincode] version = "1.3" [dependencies.byte_counter] version = "^1.0" [dependencies.chrono] version = "0.4" [dependencies.librocksdb-sys] version = "^0.16.0" [dependencies.rocksdb] version = "^0.22" features = [ "multi-threaded-cf", "lz4", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.44" [dev-dependencies.criterion] version = "0.3" features = [ "html_reports", "async_tokio", ] [dev-dependencies.tokio] version = "1.20.0"