# 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] name = "acme-client" version = "0.5.3" authors = ["Onur Aslan "] description = "Easy to use ACME client library to issue, renew and revoke TLS certificates" documentation = "https://docs.rs/acme-client" readme = "README.md" keywords = ["letsencrypt", "acme"] license = "MIT" repository = "https://github.com/onur/acme-client" [[bin]] name = "acme-client" required-features = ["cli"] [dependencies.base64] version = "0.9" [dependencies.clap] version = "2" optional = true [dependencies.env_logger] version = "0.4" optional = true [dependencies.error-chain] version = "0.12" [dependencies.foreign-types] version = "0.3.1" optional = true [dependencies.hyper] version = "0.10" [dependencies.log] version = "0.3" [dependencies.openssl] version = "0.10" [dependencies.openssl-sys] version = "0.9.24" optional = true [dependencies.reqwest] version = "0.6" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.env_logger] version = "0.4" [features] cli = ["clap", "env_logger", "openssl-sys", "foreign-types"] default = ["cli"]