# 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 = "obkv" version = "0.3.0" authors = ["Kerollmops "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Optimized-bytes key and a value store" documentation = "https://docs.rs/obkv" readme = "README.md" keywords = [ "lightweight", "key-value-store", "minimalist", ] categories = [ "encoding", "database-implementations", ] license = "MIT" repository = "https://github.com/Kerollmops/obkv" [lib] name = "obkv" path = "src/lib.rs" [dev-dependencies.quickcheck] version = "0.9.2"