# 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 = "mokuroku" version = "3.5.0" authors = ["Nathan Fiedler "] exclude = [ "TODO.org", "test/*", ] description = "Secondary indices like PouchDB for RocksDB in Rust." readme = "README.md" keywords = [ "database", "index", "rocksdb", "search", ] license = "Apache-2.0" repository = "https://github.com/nlfiedler/mokuroku" [dependencies.anyhow] version = "1.0.60" optional = true [dependencies.rocksdb] version = "0.22.0" [dependencies.serde_cbor] version = "0.11.2" optional = true [dependencies.thiserror] version = "1.0.32" [dev-dependencies.chrono] version = "0.4.20" features = ["serde"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde] version = "1.0.142" features = ["derive"] [dev-dependencies.serde_cbor] version = "0.11.2" [features] multi-threaded-cf = ["rocksdb/multi-threaded-cf"]