# 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 = "lsmdb" version = "0.4.1" authors = ["Nrishinghananda Roy "] publish = true description = "lsmdb is an efficient storage engine that implements the Log-Structured Merge Tree (LSM-Tree) data structure, designed specifically for handling key-value pairs." documentation = "https://docs.rs/lsmdb/" readme = "README.md" keywords = [ "database", "key-value-store", "key-value", "kv", "db", ] categories = [ "data-structures", "database-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/roynrishingha/lsmdb" [package.metadata.docs.rs] rustdoc-args = ["--document-private-items"] [lib] path = "src/lib.rs" [dependencies.bit-vec] version = "0.6.3" [dependencies.chrono] version = "0.4.26" [dev-dependencies]