# 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 = "acme-micro" version = "0.13.0" authors = [ "Martin Algesten ", "kpcyrd ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for requesting certificates from an ACME provider (acme-lib fork)." readme = "README.md" keywords = [ "letsencrypt", "acme", ] categories = [ "web-programming", "api-bindings", ] license = "MIT" repository = "https://github.com/kpcyrd/acme-micro" [lib] name = "acme_micro" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.22" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.time] version = "0.3" features = ["local-offset"] [dependencies.time-fmt] version = "0.3" [dependencies.time-tz] version = "1" [dependencies.ureq] version = "2" [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.env_logger] version = "0.11" default-features = false [dev-dependencies.futures] version = "0.1.25" [dev-dependencies.hyper] version = "0.12" [dev-dependencies.regex] version = "1.4" [features] vendored = ["openssl/vendored"]