[package] name = "delix" version = "0.2.4" authors = ["Philipp BrĂ¼ll "] description = "Decentral HTTP proxy / load balancer" homepage = "https://github.com/simia-tech/rust-delix" repository = "https://github.com/simia-tech/rust-delix" readme = "README.md" keywords = [ "http", "proxy", "decentral" ] license = "Apache-2.0" [dependencies] byteorder = "0.4" clap = "2.0" getopts = "0.2" hyper = "0.8" log = "0.3" net2 = "0.2" protobuf = "1.0" rand = "0.3" rust-crypto = "0.2" rustbox = "0.8" rustc-serialize = "0.3" time = "0.1" toml = "0.1" [dev-dependencies] hyper = "0.8" tempdir = "0.3" [[bin]] name = "delix" path = "src/main.rs" doc = false [lib] name = "delix" path = "src/lib.rs"