# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "acmev02" version = "0.1.0" authors = ["David Cuthbert "] description = "ACME client library to issue, renew and revoke TLS certificates." documentation = "https://docs.rs/acmev02-client" readme = "README.md" keywords = ["letsencrypt", "acme"] license = "MIT" repository = "https://github.com/dacut/acmev02-client" [dependencies.base64] version = "0.13" [dependencies.env_logger] version = "0.8" optional = true [dependencies.error-chain] version = "0.12" [dependencies.foreign-types] version = "0.5" optional = true [dependencies.hyper] version = "0.14" [dependencies.log] version = "0.4" [dependencies.num-bigint] version = "0.4" [dependencies.openssl] version = "0.10" [dependencies.openssl-sys] version = "0.9" optional = true [dependencies.reqwest] version = "0.11" features = ["json", "stream"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.simple_asn1] version = "0.5" [dependencies.tokio] version = "1.2" features = ["fs", "macros", "net", "rt", "sync"] [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.ctor] version = "0.1" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.rand] version = "0.8" features = ["std_rng"] [dev-dependencies.rusoto_core] version = "0.46" [dev-dependencies.rusoto_credential] version = "0.46" [dev-dependencies.rusoto_route53] version = "0.46"