# 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" version = "1.0.5" authors = [ "Geoffroy Couprie ", "Eloi Demolis ", "Emmanuel Bosquet ", "Florentin Dubois ", ] build = false include = [ "README.md", "Cargo.toml", "src/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "sozu, a fast, reliable, hot reconfigurable HTTP reverse proxy" homepage = "https://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" path = "src/main.rs" [dependencies.clap] version = "^4.5.20" features = ["derive"] [dependencies.jemallocator] version = "^0.5.4" optional = true [dependencies.libc] version = "^0.2.159" [dependencies.log] version = "^0.4.22" [dependencies.mio] version = "^1.0.2" features = [ "os-poll", "net", ] [dependencies.nix] version = "^0.29.0" features = [ "signal", "fs", ] [dependencies.nom] version = "^7.1.3" [dependencies.paw] version = "^1.0.0" [dependencies.prost] version = "^0.13.3" [dependencies.serde] version = "^1.0.210" features = ["derive"] [dependencies.serde_json] version = "^1.0.128" [dependencies.sozu-command-lib] version = "^1.0.5" [dependencies.sozu-lib] version = "^1.0.5" [dependencies.tempfile] version = "^3.13.0" [dependencies.termion] version = "^4.0.3" [dependencies.thiserror] version = "^1.0.64" [features] default = ["jemallocator"] 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 = [] [target.'cfg(target_os="linux")'.dependencies.num_cpus] version = "^1.16.0" [badges.travis-ci] repository = "sozu-proxy/sozu"