# 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 = "async-web-server" version = "0.8.0" description = "async web server helpers" documentation = "https://docs.rs/async-web-server" readme = "README.md" license = "Apache-2.0 OR MIT" [dependencies.async-http-codec] version = "0.8.0" [dependencies.async-io] version = "1.6.0" [dependencies.async-net] version = "1.6.1" [dependencies.async-ws] version = "0.4" [dependencies.futures] version = "0.3.17" [dependencies.http] version = "1" [dependencies.log] version = "0.4.14" [dependencies.rustls-acme] version = "0.8.0" [dependencies.rustls-pemfile] version = "1.0.1" [dev-dependencies.anyhow] version = "1.0.44" [dev-dependencies.clap] version = "3.1.18" features = ["derive"] [dev-dependencies.rcgen] version = "0.9.3" [dev-dependencies.simple_logger] version = "2.1.0" [dev-dependencies.smol] version = "1.2.5"