[package] name = "ozone" version = "0.1.0" description = "Pure-rust key/value store based on BoltDB" keywords = ["database","persistance","BoltDB","LevelDB"] authors = ["Tony Olagbaiye ","Mike Marcacci "] readme = "README.md" license = "MPL-2.0" documentation = "https://github.com/bqv/ozone" homepage = "https://github.com/bqv/ozone" repository = "https://github.com/bqv/ozone" [dependencies] memmap = "0.5.0" rand = "0.3.16"