# 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" version = "0.5.1" authors = ["Luca Casonato "] description = "A Tokio and OpenSSL based ACMEv2 client." readme = "README.md" keywords = [ "letsencrypt", "acme", ] license = "MIT" repository = "https://github.com/lucacasonato/acme2" [dependencies.base64] version = "0.13" [dependencies.hyper] version = "0.14" [dependencies.openssl] version = "0.10" [dependencies.reqwest] version = "0.11" 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.tokio] version = "1.0" features = [ "rt-multi-thread", "macros", ]