[dependencies]
[lib]
name = "lsm_tree"
path = "src/lib.rs"
[package]
categories = ["data-structures", "database-implementations", "algorithms"]
description = "Generic value log implementation for key-value separated storage"
edition = "2021"
homepage = "https://github.com/fjall-rs/value-log"
include = ["src/**/*", "LICENSE-APACHE", "LICENSE-MIT", "README.md"]
keywords = ["database", "lsm", "wisckey", "blobdb"]
license = "MIT OR Apache-2.0"
name = "value-log"
readme = "README.md"
repository = "https://github.com/fjall-rs/value-log"
rust-version = "1.74.0"
version = "0.0.1"