# 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 = "sozu-acme" version = "0.7.0" authors = ["Geoffroy Couprie "] description = "command line tool to set up or renew Let's Encrypt certificates for sozu HTTP reverse proxy" categories = ["command-line-utilities"] license = "AGPL-3.0" repository = "https://github.com/sozu-proxy/sozu-acme" [dependencies.acme-client] version = "^0.5" [dependencies.clap] version = "^2.19.0" [dependencies.log] version = "^0.4" [dependencies.mio-uds] version = "^0.6" [dependencies.pretty_env_logger] version = "^0.2" [dependencies.rand] version = "^0.6" [dependencies.sozu-command-lib] version = "^0.11" [dependencies.tiny_http] version = "^0.6"