# 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-v2" version = "0.9.2" authors = [ "Luiz Fonseca ", "Martin Algesten ", ] description = "Library for requesting certificates from an ACME V2 provider." readme = "README.md" keywords = [ "letsencrypt", "acme", ] categories = [ "web-programming", "api-bindings", ] license = "MIT" repository = "https://github.com/luizfonseca/acme-v2" [dependencies.base64] version = "0.22.1" [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.3" features = [ "parsing", "formatting", "macros", ] [dependencies.ureq] version = "2" [dev-dependencies.env_logger] version = "0.11" default-features = false [dev-dependencies.rouille] version = "3.6"