# 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 = "yacme" version = "5.0.0-rc.2" authors = ["Alex Rudy "] description = "Yet another ACME client." readme = "README.md" keywords = [ "async", "acme", "https", "networking", "tls", ] categories = [ "api-bindings", "cryptography", "network-programming", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/alexrudy/yacme" [package.metadata.release] allow-branch = ["main"] pre-release-hook = [ "git", "switch", "-c", "release-{{version}}", ] publish = false push = true tag = false [[example]] name = "pebble" path = "examples/letsencrypt-pebble.rs" required-features = ["pebble"] [[example]] name = "pebble-schema" path = "examples/low-level/pebble-schema.rs" required-features = ["pebble"] [[example]] name = "show-request" path = "examples/low-level/show-request.rs" required-features = ["pebble"] [[example]] name = "generate-csr" path = "examples/low-level/generate-csr.rs" [[test]] name = "pebble-integration" path = "tests/pebble.rs" required-features = ["pebble"] [[test]] name = "examples" path = "tests/examples.rs" required-features = ["pebble"] [dependencies.base64ct] version = "1" features = ["alloc"] [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.const-oid] version = "0.9" features = ["db"] [dependencies.der] version = "0.7" features = [ "std", "pem", "oid", ] [dependencies.fd-lock] version = "4" optional = true [dependencies.http] version = "1.1" optional = true [dependencies.jaws] version = "1" features = [ "ecdsa", "p256", "rsa", "hmac", ] [dependencies.lazy_static] version = "1" optional = true [dependencies.mime] version = "0.3" [dependencies.pem-rfc7468] version = "0.7" features = ["std"] [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "json", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.signature] version = "2" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" [dependencies.tracing] version = "0.1" [dependencies.x509-cert] version = "0.2" features = [ "pem", "std", ] [dev-dependencies.ecdsa] version = "0.16" features = ["pem"] [dev-dependencies.http] version = "1.1" [dev-dependencies.p256] version = "0.13" features = [ "pkcs8", "arithmetic", "jwk", ] [dev-dependencies.pkcs8] version = "0.10" features = [ "alloc", "pem", ] [dev-dependencies.rsa] version = "0.9" features = ["sha2"] [dev-dependencies.static_assertions] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3" [features] pebble = [ "lazy_static", "http", "fd-lock", ] trace-requests = []