sozu 0.9.0

sozu, a fast, reliable, hot reconfigurable HTTP reverse proxy
# 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 = "sozu"
version = "0.9.0"
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>"]
include = ["README.md", "Cargo.toml", "src/**/*"]
description = "sozu, a fast, reliable, hot reconfigurable HTTP reverse proxy"
homepage = "http://sozu.io"
documentation = "https://docs.rs/sozu"
readme = "README.md"
categories = ["network-programming"]
license = "AGPL-3.0"
repository = "https://github.com/sozu-proxy/sozu"

[[bin]]
name = "sozu"
[dependencies.clap]
version = "^2.19.0"

[dependencies.futures]
version = "^0.1"

[dependencies.lazy_static]
version = "^1.1"

[dependencies.libc]
version = "^0.2"

[dependencies.mio]
version = "^0.6"

[dependencies.mio-uds]
version = "^0.6"

[dependencies.nix]
version = "^0.11"

[dependencies.nom]
version = "^4.0"

[dependencies.rand]
version = "^0.5"

[dependencies.serde]
version = "~1.0.2"

[dependencies.serde_derive]
version = "~1.0.2"

[dependencies.serde_json]
version = "~1.0.1"

[dependencies.slab]
version = "^0.3.0"

[dependencies.sozu-command-lib]
version = "^0.9"

[dependencies.sozu-lib]
version = "^0.9"

[dependencies.tempfile]
version = "^3.0"

[dependencies.time]
version = "^0.1.34"

[features]
logs-debug = ["sozu-lib/logs-debug", "sozu-command-lib/logs-debug"]
logs-trace = ["sozu-lib/logs-trace", "sozu-command-lib/logs-trace"]
tolerant-http1-parser = ["sozu-lib/tolerant-http1-parser"]
unstable = []
use-openssl = ["sozu-lib/use-openssl"]
[target."cfg(target_os=\"linux\")".dependencies.num_cpus]
version = "^1.3.0"

[target."cfg(target_os=\"linux\")".dependencies.procinfo]
version = "^0.4.1"
[badges.travis-ci]
repository = "sozu-proxy/sozu"