# 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 = "simpledb" version = "0.1.7" authors = ["Zongmin Lei "] description = "NoSQL embedded database on top of RocksDB" homepage = "https://github.com/leizongmin/simpledb" readme = "README.md" keywords = [ "rocksdb", "nosql", ] license = "MIT" repository = "https://github.com/leizongmin/simpledb" [profile.bench] lto = true [[bench]] name = "main" harness = false [dependencies.bytes] version = "1.4.0" [dependencies.rocksdb] version = "0.20.1" features = [ "zstd", "lz4", ] default-features = false [dev-dependencies.anyhow] version = "1.0.69" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5"