tdln-compiler 0.1.1

TDLN — deterministic compiler NL/DSL → AST + Canonical JSON + Proof bundle.
Documentation
[dependencies.blake3]
version = "1.5"

[dependencies.logline-core]
optional = true
version = "0.1.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tdln-ast]
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_compiler"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "algorithms"]
description = "TDLN — deterministic compiler NL/DSL → AST + Canonical JSON + Proof bundle."
documentation = "https://docs.rs/tdln-compiler"
edition = "2021"
exclude = [".github/**", "deny.toml", "SECURITY.md", "CODE_OF_CONDUCT.md", "CHANGELOG.md"]
homepage = "https://logline.foundation"
keywords = ["tdln", "compiler", "deterministic", "proof"]
license = "MIT"
name = "tdln-compiler"
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"