# 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 = "letsencrypt-inwx" version = "2.0.2" authors = ["Matthias Herzog"] description = "A small cli utility for automating the letsencrypt dns-01 challenge for domains hosted by inwx" readme = "README.md" license = "MIT" repository = "https://github.com/kegato/letsencrypt-inwx" [package.metadata.deb] assets = [["target/release/letsencrypt-inwx", "usr/bin/", "755"], ["etc/certbot-inwx-auth", "usr/lib/letsencrypt-inwx/", "755"], ["etc/certbot-inwx-cleanup", "usr/lib/letsencrypt-inwx/", "755"]] depends = "" extended-description = "A small cli utility for automating the letsencrypt dns-01 challenge for domains hosted by inwx. The dns-01 challenge is required for obtaining wildcard certificates from letsencrypt." [dependencies.clap] version = "2.33.0" [dependencies.cookie] version = "0.12.0" features = ["percent-encode"] [dependencies.env_logger] version = "0.7.0" [dependencies.log] version = "0.4.8" [dependencies.openssl-probe] version = "0.1.2" [dependencies.reqwest] version = "0.9.21" [dependencies.serde] version = "1.0.101" features = ["derive"] [dependencies.serde_json] version = "1.0.41" [dependencies.sxd-document] version = "0.3.2" [dependencies.sxd-xpath] version = "0.4.2" [dependencies.trust-dns] version = "0.17.0"