# 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" name = "acmer-cli" version = "0.0.3" authors = ["Rodrigo Navarro "] description = "ACME TLS certificates management utility" documentation = "https://docs.rs/acmer" keywords = [ "tls", "acme", ] categories = [ "cryptography", "network-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/reu/acmer" resolver = "1" [dependencies.acmer] version = "0.0.3" features = ["dynamodb-store"] [dependencies.hyper] version = "0.14.23" features = [ "http1", "http2", "server", "stream", ] [dependencies.tokio] version = "1.23.0" features = ["full"] [dependencies.tokio-rustls] version = "0.23.4" [dependencies.tokio-stream] version = "0.1.11"