# 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] edition = "2018" name = "acme2-slim" version = "0.2.1" authors = ["Onur Aslan ", "Adam Shaw "] description = "AcmeV2 Support, based on acme-client crate by Onur Aslan" readme = "README.md" keywords = ["letsencrypt", "acme"] license = "MIT" repository = "https://github.com/cyclopunk/acme2-slim" [dependencies.base64] version = "0.13.0" [dependencies.env_logger] version = "0.8.1" [dependencies.error-chain] version = "0.12" [dependencies.hyper] version = "0.14.2" [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" [dependencies.reqwest] version = "0.11.0" features = ["json"] [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0.59" [dependencies.tokio] version = "1.2.0" features = ["full"] [dependencies.warp] version = "0.3.0" [dev-dependencies.env_logger] version = "0.8.1" [features]