# 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 = "dbless" version = "0.2.0" authors = ["yui-915"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple key-value store for rust apps that don't need a full-flagged database." readme = "README.md" keywords = [ "database", "key-value", "kv", "store", "key-value-store", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yui-915/dbless" [lib] name = "dbless" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.redb] version = "2.1.3" [dependencies.rmp-serde] version = "1.3.0" [dependencies.serde] version = "1.0.210" [dev-dependencies.ctor] version = "0.2.8" [dev-dependencies.serde] version = "1.0.210" features = ["derive"]