tencrypt-core 0.1.1

Core types and state-machine logic for tencrypt certificate workflows
Documentation
[package]
name = "tencrypt-core"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Core types and state-machine logic for tencrypt certificate workflows"
readme = "../../README.md"
documentation = "https://docs.rs/tencrypt-core"
keywords = ["tls", "acme", "traefik", "certificates", "cellos"]
categories = ["web-programming", "config"]

[dependencies]
anyhow.workspace = true
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
chrono.workspace = true
uuid.workspace = true

[dev-dependencies]
tempfile = "3"