# 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 = "yakvdb" version = "0.6.2" authors = ["sergey-melnychuk"] description = "Yet Another Kev-Value DataBase" homepage = "https://github.com/sergey-melnychuk/yakvdb" documentation = "https://github.com/sergey-melnychuk/yakvdb" readme = "README.md" license = "MIT" repository = "https://github.com/sergey-melnychuk/yakvdb" [profile.release] debug = true [dependencies.anyhow] version = "1" optional = true [dependencies.bytes] version = "1" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rocksdb] version = "0.20.1" [dev-dependencies.sled] version = "0.34.7" [dev-dependencies.tokio] version = "1.26.0" features = [ "rt-multi-thread", "sync", "macros", ] [features] default = ["typed"] typed = ["dep:anyhow"]