gatewarden 0.1.2

Hardened Keygen.sh license validation infrastructure
Documentation
[dependencies.base64]
version = "0.22"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.dirs]
version = "5"

[dependencies.ed25519-dalek]
version = "2"

[dependencies.hex]
version = "0.4"

[dependencies.once_cell]
version = "1"

[dependencies.reqwest]
default-features = false
features = ["blocking", "json", "rustls-tls"]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["sync", "fs"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3.23.0"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"

[[example]]
name = "basic_validation"
path = "examples/basic_validation.rs"

[features]
default = []
test-seams = []

[lib]
name = "gatewarden"
path = "src/lib.rs"

[package]
authors = ["Michael A. Kuykendall <michaelallenkuykendall@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "cryptography", "web-programming"]
description = "Hardened Keygen.sh license validation infrastructure"
documentation = "https://docs.rs/gatewarden"
edition = "2021"
exclude = [".github/copilot-instructions.md"]
homepage = "https://github.com/Michael-A-Kuykendall/gatewarden"
keywords = ["license", "keygen", "security", "ed25519", "offline"]
license = "MIT"
name = "gatewarden"
readme = "README.md"
repository = "https://github.com/Michael-A-Kuykendall/gatewarden"
rust-version = "1.70"
version = "0.1.2"

[[test]]
name = "smoke"
path = "tests/smoke.rs"