[package] name = "revdb" version = "0.1.0" edition = "2021" authors = ["cmj "] description = "The simple, fast and embed revision key-value store" readme = "README.md" repository = "https://github.com/cmj0121/revdb" homepage = "https://github.com/cmj0121/revdb" license = "MIT" [lib] crate-type = ["lib", "cdylib", "staticlib"] bench = false [profile.dev] debug = 0 [profile.release] lto = true opt-level = 3 [dependencies] thiserror = "1.0.65"