[package]
name = "monetize-embed"
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."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
repository = "https://gunnar.rs/repo/gunnar/monetize"
license.workspace = true
authors.workspace = true
publish = true
[dependencies]
monetize-product = { version = "0.1.0", path = "../monetize-product" }
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
ed25519-dalek.workspace = true
arc-swap = "1"
[dev-dependencies]
rand.workspace = true