# 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 = "trillium-acme" version = "0.3.0" authors = ["Josh Triplett "] description = "Automatic HTTPS certificates for trillium.rs, via Let's Encrypt and ACME tls-alpn-01 challenges" readme = "README.md" keywords = [ "trillium", "acme", "autocert", "https", "tls", ] categories = [ "web-programming::http-server", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/joshtriplett/trillium-acme" [dependencies.futures-lite] version = "2.3.0" [dependencies.rustls-acme] version = "0.10.1" default-features = false [dependencies.trillium] version = "0.2.20" [dependencies.trillium-server-common] version = "0.5.2" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.rustls-pemfile] version = "2.1.2" [dev-dependencies.smol] version = "2.0.0" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.trillium-client] version = "0.6.2" [dev-dependencies.trillium-rustls] version = "0.8.0" features = [ "aws-lc-rs", "client", ] default-features = false [dev-dependencies.trillium-smol] version = "0.4.1" [features] aws-lc-rs = ["rustls-acme/aws-lc-rs"] default = ["aws-lc-rs"] ring = ["rustls-acme/ring"]