# 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 = "rocksdb-utils-lookup" version = "0.4.0" authors = ["Manuel Holtgrewe "] description = "Utilities for using RocksDB as read-only lookup table (after initial bulk import)." homepage = "https://github.com/bihealth/rocksdb-utils-lookup" readme = "README.md" license = "Apache-2.0" [lib] name = "rocksdb_utils_lookup" path = "src/lib.rs" [dependencies.rocksdb] version = "0.22.0" features = ["multi-threaded-cf"] [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.temp_testdir] version = "0.2.3"