[package]
edition = "2021"
rust-version = "1.95"
name = "lex-ast"
version = "0.11.21"
authors = ["Alpibrupa <https://github.com/alpibrupa>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical AST + content-addressed identity for Lex programs."
homepage = "https://github.com/alpibrusl/lex-lang"
readme = false
keywords = [
"lex",
"agent",
"effects",
"language",
]
categories = [
"compilers",
"development-tools",
]
license = "EUPL-1.2"
repository = "https://github.com/alpibrusl/lex-lang"
[lib]
name = "lex_ast"
path = "src/lib.rs"
[[test]]
name = "canonical"
path = "tests/canonical.rs"
[[test]]
name = "canonical_format"
path = "tests/canonical_format.rs"
[[test]]
name = "dead_branch"
path = "tests/dead_branch.rs"
[[test]]
name = "patch"
path = "tests/patch.rs"
[dependencies.indexmap]
version = "2"
features = ["serde"]
[dependencies.lex-syntax]
version = "0.11.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.11"
[dependencies.thiserror]
version = "2"