# 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 = "ckydb" version = "0.0.5" authors = ["Martin Ahindura "] exclude = ["examples/*"] description = "A simple fast memory-first thread-safe key-value embedded database that persists data on disk." readme = "README.md" keywords = [ "cache", "key-value-store", "disk-cache", ] categories = [ "storage", "database", ] license-file = "LICENSE" repository = "https://github.com/sopherapps/ckydb" resolver = "2" [dependencies] [dev-dependencies.serial_test] version = "0.8.0"