acme-lib 0.5.0

Library for requesting certificates from an ACME provider.
Documentation
# 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 = "acme-lib"
version = "0.5.0"
authors = ["Martin Algesten <martin@algesten.se>"]
description = "Library for requesting certificates from an ACME provider."
readme = "README.md"
keywords = ["letsencrypt", "acme"]
categories = ["web-programming", "api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/algesten/acme-lib"
[dependencies.base64]
version = "0.10.0"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.log]
version = "0.4.6"

[dependencies.openssl]
version = "0.10.16"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
version = "0.1"

[dependencies.ureq]
version = "0.9"
[dev-dependencies.env_logger]
version = "0.6.0"
default-features = false

[dev-dependencies.futures]
version = "0.1.25"

[dev-dependencies.hyper]
version = "0.12"

[dev-dependencies.regex]
version = "1.1.0"