monetize-embed 0.1.1

The thin client a monetized product compiles in: an Ed25519-verified entitlement cache with nanosecond verdicts that keeps answering while the licence server is unreachable. No network, no ledger — the product feeds it signed facts and asks.
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.85"
name = "monetize-embed"
version = "0.1.1"
authors = [
    "Rickard Ernst Björn Lundin <rickard@ignalina.dk>",
    "Vetra Automation AB",
    "Ignalina ApS",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The thin client a monetized product compiles in: an Ed25519-verified entitlement cache with nanosecond verdicts that keeps answering while the licence server is unreachable. No network, no ledger — the product feeds it signed facts and asks."
readme = false
license = "AGPL-3.0-only"
repository = "https://gunnar.rs/repo/gunnar/monetize"

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

[dependencies.arc-swap]
version = "1"

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

[dependencies.monetize-product]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.rand]
version = "0.8"