venus 0.1.0

A lightweight, fast and powerful cache proxy solution written in Rust.
Documentation
[package]
name = "venus"
version = "0.1.0"
authors = ["wayslog <zxs867179@gmail.com>"]
edition = "2018"
license = "MIT"
description = "A lightweight, fast and powerful cache proxy solution written in Rust."
readme = "README.md"
homepage = "https://github.com/wayslog/venus"
repository = "https://github.com/wayslog/venus"
documentation = "https://docs.rs/venus"
categories = ["asynchronous", "network-programming", "caching", "database"]
keywords = [ "cache", "redis", "memcache", "twemproxy"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[[bin]]
name = "venus"
path = "bin/venus.rs"

[lib]
name = "libvenus"
path = "src/lib.rs"

[dependencies]