# 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-lib" version = "1.0.5" authors = [ "Clément Delafargue ", "Geoffroy Couprie ", "Eloi Demolis ", "Emmanuel Bosquet ", "Florentin Dubois ", ] build = false include = [ "./README.md", "Cargo.toml", "src/**/*", "/examples/*", "assets/certificate.pem", "assets/certificate_chain.pem", "assets/key.pem", ] autobins = false autoexamples = false autotests = false autobenches = false description = "sozu library to build hot reconfigurable HTTP reverse proxies" homepage = "https://sozu.io" documentation = "https://docs.rs/sozu-lib" readme = "README.md" categories = ["network-programming"] license = "AGPL-3.0" repository = "https://github.com/sozu-proxy/sozu" [lib] name = "sozu_lib" path = "src/lib.rs" [[example]] name = "http" path = "examples/http.rs" [[example]] name = "https" path = "examples/https.rs" [[example]] name = "tcp" path = "examples/tcp.rs" [dependencies.anyhow] version = "^1.0.89" [dependencies.cookie-factory] version = "^0.3.3" [dependencies.hdrhistogram] version = "^7.5.4" [dependencies.hex] version = "^0.4.3" [dependencies.hpack] version = "^0.3.0" [dependencies.idna] version = "^1.0.2" [dependencies.kawa] version = "^0.6.7" default-features = false [dependencies.libc] version = "^0.2.159" [dependencies.memchr] version = "^2.7.4" [dependencies.mio] version = "^1.0.2" features = [ "os-poll", "os-ext", "net", ] [dependencies.nom] version = "^7.1.3" features = ["std"] default-features = true [dependencies.poule] version = "^0.3.2" [dependencies.rand] version = "^0.8.5" [dependencies.regex] version = "^1.11.0" [dependencies.rustls] version = "^0.23.14" features = ["ring"] [dependencies.rustls-pemfile] version = "^2.2.0" [dependencies.rusty_ulid] version = "^2.0.0" [dependencies.sha2] version = "^0.10.8" [dependencies.slab] version = "^0.4.9" [dependencies.socket2] version = "^0.5.7" features = ["all"] [dependencies.sozu-command-lib] version = "^1.0.5" [dependencies.thiserror] version = "^1.0.64" [dependencies.time] version = "^0.3.36" [dev-dependencies.quickcheck] version = "^1.0.3" [dev-dependencies.rand] version = "^0.8.5" [dev-dependencies.serial_test] version = "^3.1.1" [dev-dependencies.tiny_http] version = "^0.12.0" [features] default = ["simd"] logs-debug = [] logs-trace = [] simd = ["kawa/simd"] splice = [] tolerant-http1-parser = ["kawa/tolerant-parsing"] unstable = [] [badges.travis-ci] repository = "sozu-proxy/sozu"