# 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] name = "rcache" version = "0.1.1" authors = ["Davis Wahl "] description = "A basic, featureless memory cache with a TCP frontend analogous to memcached." license = "MIT" repository = "https://github.com/daviswahl/rcache" [lib] path = "src/lib.rs" doc = true [[bin]] name = "rcache" path = "src/bin/rcache.rs" doc = false [dependencies.deque] version = "0.3.2" [dependencies.tokio-proto] version = "0.1" [dependencies.bytes] version = "0.4" [dependencies.tokio-core] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.tokio-io] version = "0.1" [dependencies.lru-cache] version = "0.1" [dependencies.futures-cpupool] version = "0.1" [dependencies.tokio-service] version = "0.1" [dependencies.rand] version = "0.3" [dependencies.mio-uds] version = "0.6" [dependencies.time] version = "0.1" [dependencies.clap] version = "~2.2.0"