# 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 = "acme2-eab" version = "0.5.7" authors = ["Paul Butler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Tokio and OpenSSL based ACMEv2 client." readme = "README.md" keywords = [ "letsencrypt", "acme", ] license = "MIT" repository = "https://github.com/paulgb/acme2" [lib] name = "acme2_eab" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.data-encoding] version = "2.5.0" [dependencies.hyper] version = "1.2" [dependencies.openssl] version = "0.10" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "json", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.24" [dependencies.tokio] version = "1.0" features = [ "time", "fs", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dev-dependencies.anyhow] version = "1.0.80" [dev-dependencies.bollard] version = "0.17.0" [dev-dependencies.futures-util] version = "0.3.30" [dev-dependencies.tokio] version = "1.0" features = [ "rt-multi-thread", "macros", ]