# 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" name = "comprehensive" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A harness for creating consistently-shaped servers will less boilerplate" homepage = "https://github.com/vandry/comprehensive" readme = "README.md" license = "MIT" repository = "https://github.com/vandry/comprehensive.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "comprehensive" path = "src/lib.rs" [dependencies.arc-swap] version = "1.7" optional = true [dependencies.async-trait] version = "0.1" [dependencies.atomic-take] version = "1.1" [dependencies.axum] version = "0.7" [dependencies.axum-server] version = "0.7" [dependencies.boxcar] version = "0.2" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.comprehensive_macros] version = "=0.4.0" [dependencies.downcast-rs] version = "1.2" [dependencies.futures] version = "0.3" [dependencies.http] version = "1.1" [dependencies.hyper] version = "1.4" [dependencies.lazy_static] version = "1.5" [dependencies.log] version = "0.4" [dependencies.prometheus] version = "0.13" [dependencies.rustls-pemfile] version = "2.1" optional = true [dependencies.tokio] version = "1.40" features = [ "macros", "rt-multi-thread", "signal", ] [dependencies.tokio-rustls] version = "0.26" optional = true [dependencies.tokio-stream] version = "0.1" features = ["signal"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.regex] version = "1.11" [dev-dependencies.reqwest] version = "0.12" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio-stream] version = "0.1" [dev-dependencies.tower-service] version = "0.3" [features] tls = [ "axum-server/tls-rustls", "dep:arc-swap", "dep:tokio-rustls", "dep:rustls-pemfile", ] unreloadable_tls = []