[package] name = "stack-db" version = "0.3.5" edition = "2021" license = "MIT OR Apache-2.0" description = "A (basically) infinitely stacking & extendable CoW database that has both readonly safety and incredible write speeds at the same time." authors = [ "kalscium " ] repository = "https://github.com/kalscium/stack-db" keywords = [ "database", "stack", "readonly-history" ] categories = [ "database" ] [lib] name = "stack_db" path = "src/lib.rs"