# 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-service" version = "1.1.0" authors = ["Alex Rudy "] description = "ACME high-level client library" readme = "README.md" categories = [ "asynchronous", "network-programming", "cryptography", ] license = "MIT" repository = "https://github.com/alexrudy/yacme" resolver = "1" [[example]] name = "pebble" path = "examples/letsencrypt-pebble.rs" required-features = ["pebble"] [[test]] name = "pebble-integration" path = "tests/pebble.rs" required-features = ["pebble"] [dependencies.arc-swap] version = "1.6.0" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.reqwest] version = "^0.11" features = [ "rustls-tls", "json", ] default-features = false [dependencies.serde] version = "^1.0.152" features = ["derive"] [dependencies.thiserror] version = "^1.0.38" [dependencies.tokio] version = "^1.25" features = ["full"] [dependencies.tracing] version = "0.1.37" features = ["async-await"] [dependencies.url] version = "2.3.1" features = ["serde"] [dependencies.yacme-key] version = "1.0.1" [dependencies.yacme-protocol] version = "1.0.1" [dependencies.yacme-schema] version = "1.0.1" [dev-dependencies.serde_json] version = "^1.0.93" [dev-dependencies.tracing-subscriber] version = "^0.3" [features] pebble = [] trace-requests = ["yacme-protocol/trace-requests"]