[dependencies.kv]
features = ["bincode-value"]
version = "0.22.0"
[dependencies.once_cell]
version = "1.7.2"
[dependencies.serde]
features = ["derive"]
version = "^1"
[dependencies.serde_json]
version = "1.0"
[dependencies.sled]
version = "0.34"
[dependencies.wildmatch]
version = "2.1.0"
[package]
authors = ["Anthony Mugendi <ngurumugz@gmail.com>"]
description = "Key value database that seeks to add more features to the basic get/set/remove methods"
documentation = "https://docs.rs/blazeup"
edition = "2018"
keywords = ["key-value-store", "database", "sled", "kv"]
license = "MIT"
name = "blazeup"
readme = "README.md"
repository = "https://github.com/mugendi/blazeup"
version = "0.1.3"