instant-acme 0.1.0

Async pure-Rust ACME client
Documentation
[dependencies.base64]
version = "0.13.0"

[dependencies.hyper]
features = ["client", "http1", "http2"]
version = "0.14.18"

[dependencies.hyper-rustls]
default-features = false
features = ["http1", "http2", "native-tokio", "tls12"]
version = "0.23.0"

[dependencies.ring]
features = ["std"]
version = "0.16.20"

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

[dependencies.serde_json]
version = "1.0.78"

[dependencies.thiserror]
version = "1.0.30"

[package]
categories = ["web-programming", "api-bindings"]
description = "Async pure-Rust ACME client"
documentation = "https://docs.rs/instant-acme"
edition = "2018"
homepage = "https://github.com/InstantDomain/instant-acme"
keywords = ["letsencrypt", "acme"]
license = "Apache-2.0"
name = "instant-acme"
repository = "https://github.com/InstantDomain/instant-acme"
version = "0.1.0"