# 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 = "trust-acme" version = "0.1.0" authors = ["Jan Andre Ikenmeyer "] description = "Manages certificates. DNS challenges and TLSA records via Trust-DNS." readme = "README.md" keywords = ["acme", "dane", "dnssec", "letsencrypt", "tlsa"] license = "MIT/Apache-2.0" repository = "https://github.com/Darkspirit/trust-acme" [dependencies.base64] version = "0.10" [dependencies.bcder] version = "0.2" [dependencies.bytes] version = "0.4" [dependencies.hex] version = "0.3" [dependencies.reqwest] version = "0.9" features = ["rustls-tls"] default-features = false [dependencies.ring] version = "0.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.4" [dependencies.trust-dns] version = "0.16.0-alpha.2" features = ["dnssec-ring"] default-features = false [dependencies.untrusted] version = "0.6"