gatewarden 0.3.0

Hardened Keygen.sh license validation infrastructure
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

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

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

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

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

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

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

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

[dependencies.base64]
version = "0.22"

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

[dependencies.dirs]
version = "5"

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

[dependencies.hex]
version = "0.4"

[dependencies.once_cell]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.proptest]
version = "1"

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

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