# 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 = "tide-acme" version = "0.2.0" authors = ["Josh Triplett "] description = "Automatic HTTPS certificates for Tide, via Let's Encrypt and ACME tls-alpn-01 challenges" keywords = [ "acme", "autocert", "https", "tls", "alpn", ] categories = [ "web-programming::http-server", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/http-rs/tide-acme" [dependencies.async-std] version = "1.11.0" [dependencies.async-trait] version = "0.1.48" [dependencies.futures-lite] version = "1.12.0" [dependencies.rustls-acme] version = "0.3.0" [dependencies.tide-rustls] version = "0.3.0" [dependencies.tracing] version = "0.1.34" default-features = false [dev-dependencies.tide] version = "0.16.0"