[package] name = "kv_cab" version = "0.6.0" authors = ["shockham "] license = "MIT" readme = "README.md" repository = "https://github.com/shockham/kv_cab" homepage = "https://github.com/shockham/kv_cab" documentation = "https://docs.rs/kv_cab" description = "Simple persistent generic HashMap/Key-value store" [dependencies] bincode = "0.7" serde = "0.9" serde_derive = "0.9" log = "0.3" fs2 = "0.4.1"