# 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 = "lets-encrypt-warp" version = "0.3.0" authors = ["David Roundy "] description = "Simple use of letsencrypt.org with warp" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/droundy/lets-encrypt-warp" [dependencies.acme-lib] version = "0.8.2" [dependencies.futures] version = "0.3.1" [dependencies.openssl-sys] version = "0.9.77" features = ["vendored"] [dependencies.tokio] version = "1.22.0" features = [ "time", "rt", ] [dependencies.warp] version = "0.3.3" features = ["tls"] [dependencies.x509-parser] version = "0.6.0"