# 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.70" name = "instant-acme" version = "0.7.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Async pure-Rust ACME client" homepage = "https://github.com/djc/instant-acme" documentation = "https://docs.rs/instant-acme" readme = "README.md" keywords = [ "letsencrypt", "acme", ] categories = [ "web-programming", "api-bindings", ] license = "Apache-2.0" repository = "https://github.com/djc/instant-acme" [lib] name = "instant_acme" path = "src/lib.rs" [[example]] name = "provision" path = "examples/provision.rs" required-features = ["hyper-rustls"] [dependencies.async-trait] version = "0.1" [dependencies.aws-lc-rs] version = "1.8.0" optional = true [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1" [dependencies.http] version = "1" [dependencies.http-body] version = "1" [dependencies.http-body-util] version = "0.1.2" [dependencies.hyper] version = "1.3.1" features = [ "client", "http1", "http2", ] optional = true [dependencies.hyper-rustls] version = "0.27" features = [ "http1", "http2", "native-tokio", "tls12", "rustls-native-certs", ] optional = true default-features = false [dependencies.hyper-util] version = "0.1.5" features = [ "client", "client-legacy", "http1", "http2", "tokio", ] optional = true [dependencies.ring] version = "0.17" features = ["std"] optional = true [dependencies.rustls-pki-types] version = "1.1.0" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.78" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.anyhow] version = "1.0.66" [dev-dependencies.clap] version = "4.0.29" features = ["derive"] [dev-dependencies.rcgen] version = "0.13" features = ["pem"] default-features = false [dev-dependencies.tokio] version = "1.22.0" features = [ "macros", "rt", "rt-multi-thread", "time", ] [dev-dependencies.tracing] version = "0.1.37" [dev-dependencies.tracing-subscriber] version = "0.3.16" [features] aws-lc-rs = [ "dep:aws-lc-rs", "hyper-rustls?/aws-lc-rs", "rcgen/aws_lc_rs", ] default = [ "hyper-rustls", "ring", ] fips = [ "aws-lc-rs", "aws-lc-rs?/fips", ] hyper-rustls = [ "dep:hyper", "dep:hyper-rustls", "dep:hyper-util", ] ring = [ "dep:ring", "hyper-rustls?/ring", "rcgen/ring", ]