aster-proxy 1.2.0

A light, fast and powerful cache proxy written in Rust.
Documentation
[[bin]]
name = "aster-proxy"
path = "bin/proxy.rs"
[dependencies.libaster]
features = ["metrics"]
version = "1.2.0"

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

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