kalavara 0.3.0

A distributed persistent key value store that speaks http.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "kalavara"
version = "0.3.0"
authors = ["Shanavas M <shanavas.m2@gmail.com>"]
description = "A distributed persistent key value store that speaks http."
readme = "Readme.md"
keywords = ["keyvaluestore", "keyvalue", "persistent"]
license = "CC0-1.0"
repository = "https://github.com/shanavas786/kalavara"
[dependencies.argparse]
version = "0.2.2"

[dependencies.md5]
version = "0.6.1"

[dependencies.minreq]
version = "1.2.0"

[dependencies.num_cpus]
version = "1.0"

[dependencies.rand]
version = "0.6"

[dependencies.rocksdb]
version = "0.12.1"

[dependencies.tempfile]
version = "3.0.7"

[dependencies.tiny_http]
version = "0.6.2"