# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70" name = "simple-ssl-acme-cloudflare" version = "1.1.0" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "Simple SSL with ACME and CloudFlare is a tool to simply apply SSL certificates by using OpenSSL and ACME via CloudFlare DNS." homepage = "https://magiclen.org/simple-ssl-acme-cloudflare" readme = "README.md" keywords = [ "ssl", "certificate", "CloudFlare", "ACME", "https", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/magiclen/simple-ssl-acme-cloudflare" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.concat-with] version = "0.2" [dependencies.execute] version = "0.2" [dependencies.terminal_size] version = "0.3"