penumbra-sdk-auto-https 2.1.1

Automatic HTTPS management for Penumbra
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "penumbra-sdk-auto-https"
version = {workspace = true}
authors = {workspace = true}
edition = {workspace = true}
description = "Automatic HTTPS management for Penumbra"
repository = {workspace = true}
homepage = {workspace = true}
license = {workspace = true}
publish = true

[dependencies]
anyhow = {workspace = true}
futures = {workspace = true}
rustls = "0.23.20"
axum-server = {workspace = true, features = []}
rustls-acme = { version = "0.12.1", features = ["axum"] }
tracing = {workspace = true}