aster-proxy 0.1.4

A light, fast and powerful cache proxy in Rust.
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 = "aster-proxy"
version = "0.1.4"
authors = ["wayslog"]
description = "A light, fast and powerful cache proxy in Rust."
homepage = "https://github.com/wayslog/aster"
documentation = "https://docs.rs/aster-proxy"
readme = "README.md"
keywords = ["cache", "redis", "memcache", "twemproxy"]
categories = ["asynchronous", "network-programming", "caching", "database"]
license = "MIT"
repository = "https://github.com/wayslog/aster"
[profile.release]
lto = true
debug = true

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

[[bin]]
name = "aster"
path = "bin/main.rs"

[[bench]]
name = "aster_bench"
harness = false
[dependencies.btoi]
version = "0.4"

[dependencies.byteorder]
version = "1.*"

[dependencies.bytes]
version = "0.4"

[dependencies.env_logger]
version = "0.6"

[dependencies.futures]
version = "0.1"

[dependencies.hashbrown]
version = "0.1"

[dependencies.itoa]
version = "0.4"

[dependencies.lazy_static]
version = "1.1"

[dependencies.log]
version = "0.4"

[dependencies.md5]
version = "0.6"

[dependencies.net2]
version = "0.2"

[dependencies.num_cpus]
version = "1.8"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.tokio]
version = "0.1"

[dependencies.tokio-codec]
version = "0.1"

[dependencies.toml]
version = "0.4"
[dev-dependencies.criterion]
version = "0.2"