# 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" rust-version = "1.66.1" name = "weedb" version = "0.3.8" authors = [ "Rexagon", "0xdeafbeef", ] build = false include = [ "src/**/*.rs", "benches/**/*.rs", "LICENSE-*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A thin wrapper around RocksDB." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/broxus/weedb" [lib] name = "weedb" path = "src/lib.rs" [dependencies.librocksdb-sys] version = "0.16.0" [dependencies.metrics] version = "0.23" optional = true [dependencies.rocksdb] version = "0.22.0" features = ["multi-threaded-cf"] default-features = false [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dev-dependencies.tempfile] version = "3.10" [features] default = [ "zstd", "lz4", "jemalloc", "metrics", ] jemalloc = ["rocksdb/jemalloc"] lz4 = ["rocksdb/lz4"] metrics = ["dep:metrics"] zstd = ["rocksdb/zstd"]