# 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 = "2018" name = "acme-lib" version = "0.9.1" authors = ["Martin Algesten "] description = "Library for requesting certificates from an ACME provider." readme = "README.md" keywords = [ "letsencrypt", "acme", ] categories = [ "web-programming", "api-bindings", ] license = "MIT" repository = "https://github.com/algesten/acme-lib" [dependencies.base64] version = "0.21.5" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.time] version = "0.1.45" [dependencies.ureq] version = "2" [dev-dependencies.env_logger] version = "0.7" default-features = false [dev-dependencies.futures] version = "0.1.25" [dev-dependencies.hyper] version = "0.12" [dev-dependencies.regex] version = "1.3"