# 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 = "raindb" version = "1.0.0" authors = ["nerdondon"] description = "A persistent key-value store based on an LSM tree implemented in Rust" readme = "README.md" keywords = [ "rain", "database", "leveldb", ] categories = ["database-implementations"] license = "MIT" repository = "https://github.com/nerdondon/raindb" [package.metadata.docs.rs] rustdoc-args = ["--document-private-items"] [dependencies.arc-swap] version = "1.5.0" [dependencies.crc] version = "3.0.0" [dependencies.fs2] version = "0.4.3" [dependencies.integer-encoding] version = "3.0.0" [dependencies.log] version = "0.4" [dependencies.nerdondon-hopscotch] version = "2.7.0" features = ["concurrent"] [dependencies.parking_lot] version = "0.12.0" [dependencies.rand] version = "0.8.0" [dependencies.snap] version = "1.0.5" [dependencies.tempfile] version = "3" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.regex] version = "1.6.0" [features] large_tests = [] strict = []