sozu-command-lib 0.5.0

configuration library to command a sozu instance
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]
name = "sozu-command-lib"
version = "0.5.0"
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>"]
include = ["./README.md", "Cargo.toml", "src/**/*", "assets/certificate.pem", "assets/key.pem", "assets/404.html", "assets/503.html"]
description = "configuration library to command a sozu instance"
homepage = "http://sozu.io"
documentation = "https://docs.rs/sozu-command-lib"
readme = "README.md"
categories = ["network-programming"]
license = "AGPL-3.0"
repository = "https://github.com/sozu-proxy/sozu"
[dependencies.hex]
version = "^0.2"

[dependencies.log]
version = "^0.3"

[dependencies.mio]
version = "^0.6"

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

[dependencies.pem]
version = "^0.4"

[dependencies.pool]
version = "^0.1"

[dependencies.serde]
version = "^1.0.2"

[dependencies.serde_derive]
version = "^1.0.2"

[dependencies.serde_json]
version = "^1.0.1"

[dependencies.sha2]
version = "^0.7"

[dependencies.toml]
version = "^0.4"

[features]
unstable = []
[badges.travis-ci]
repository = "sozu-proxy/sozu"