# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "sozu-command-futures" version = "0.13.6" authors = ["Geoffroy Couprie "] include = [ "README.md", "Cargo.toml", "src/**/*", ] description = "configuration library to command a sozu instance" homepage = "http://sozu.io" documentation = "https://docs.rs/sozu-command-futures" readme = "README.md" categories = ["network-programming"] license = "AGPL-3.0" repository = "https://github.com/sozu-proxy/sozu" [lib] [dependencies.bytes] version = "^1" [dependencies.futures] version = "^0.3" [dependencies.log] version = "^0.4" [dependencies.serde] version = "^1.0.2" [dependencies.serde_json] version = "^1.0.1" [dependencies.sozu-command-lib] version = "^0.13.0" [dependencies.tokio] version = "1.0" features = ["net"] [dependencies.tokio-util] version = "0.6" features = ["codec"] [dev-dependencies.env_logger] version = "^0.9" [dev-dependencies.tokio] version = "1.0" features = ["full"]