[dependencies.blake3]
version = "1.5"
[dependencies.hex]
version = "0.4"
[dependencies.logline-core]
optional = true
version = "0.1.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tdln-compiler]
version = "0.1.1"
[dependencies.tdln-proof]
version = "0.1.1"
[dependencies.thiserror]
version = "1.0"
[features]
alloc = []
default = ["std"]
dv25 = ["tdln-proof/dv25", "dep:logline-core"]
ed25519 = ["tdln-proof/ed25519"]
std = []
[lib]
name = "tdln_gate"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "authentication"]
description = "TDLN — Policy Gate (preflight/decision) with proof-carrying determinism."
documentation = "https://docs.rs/tdln-gate"
edition = "2021"
exclude = [".github/**", "deny.toml", "SECURITY.md", "CODE_OF_CONDUCT.md", "CHANGELOG.md"]
homepage = "https://logline.foundation"
keywords = ["tdln", "policy", "gate", "deterministic"]
license = "MIT"
name = "tdln-gate"
readme = "README.md"
repository = "https://github.com/LogLine-Foundation/logline-workspace"
rust-version = "1.75"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = false
features = ["std"]
no-default-features = false
[package.metadata.paper]
url = "https://papers.logline.foundation/blog/paper-IV-tdln"