# 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 = "2021" rust-version = "1.80.0" name = "sozu-command-lib" version = "1.0.5" authors = [ "Geoffroy Couprie ", "Eloi Demolis ", "Emmanuel Bosquet ", "Florentin Dubois ", ] build = false include = [ "./README.md", "Cargo.toml", "src/**/*", "assets/certificate.pem", "assets/key.pem", "assets/404.html", "assets/503.html", ] autobins = false autoexamples = false autotests = false autobenches = false description = "configuration library to command a sozu instance" homepage = "https://sozu.io" documentation = "https://docs.rs/sozu-command-lib" readme = "README.md" categories = ["network-programming"] license = "LGPL-3.0" repository = "https://github.com/sozu-proxy/sozu" [lib] name = "sozu_command_lib" path = "src/lib.rs" [dependencies.hex] version = "^0.4.3" [dependencies.libc] version = "^0.2.159" [dependencies.log] version = "^0.4.22" [dependencies.memchr] version = "^2.7.4" [dependencies.mio] version = "^1.0.2" features = [ "os-poll", "net", ] [dependencies.nix] version = "^0.29.0" features = [ "socket", "uio", ] [dependencies.nom] version = "^7.1.3" [dependencies.pool] version = "^0.1.4" [dependencies.poule] version = "^0.3.2" [dependencies.prettytable-rs] version = "^0.10.0" default-features = false [dependencies.prost] version = "^0.13.3" [dependencies.rand] version = "^0.8.5" [dependencies.rusty_ulid] version = "^2.0.0" [dependencies.serde] version = "^1.0.210" features = ["derive"] [dependencies.serde_json] version = "^1.0.128" [dependencies.sha2] version = "^0.10.8" [dependencies.thiserror] version = "^1.0.64" [dependencies.time] version = "^0.3.36" [dependencies.toml] version = "^0.8.19" [dependencies.trailer] version = "^0.1.2" [dependencies.x509-parser] version = "^0.16.0" [build-dependencies.prost-build] version = "^0.13.3" [features] logs-debug = [] logs-trace = [] unstable = [] [badges.travis-ci] repository = "sozu-proxy/sozu"