# 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 = "acme-rs" version = "0.2.0" authors = ["Bastian Kersting ", "Tobias Karius ", "Elena Lilova ", "Dominik Jantschar "] description = "An acme client (RFC8555) written in the rust programming language" readme = "README.md" keywords = ["acme", "network", "client", "SSL", "certificate"] license = "MIT" repository = "https://github.com/kariustobias/acme-rs" [lib] name = "acme_rs" path = "src/lib.rs" [[bin]] name = "acme-rs" path = "src/bin.rs" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.flexi_logger] version = "0.17.1" [dependencies.log] version = "0.4.14" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.rouille] version = "3.0.0" [dependencies.rpki] version = "0.10.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1"