[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.strum]
version = "0.27.2"
[dependencies.strum_macros]
version = "0.27.2"
[lib]
name = "aleph_syntax_tree"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Aleph Syntax Tree structure."
edition = "2024"
license-file = "LICENSE"
name = "aleph-syntax-tree"
readme = "README.md"
repository = "https://github.com/aleph-lang/aleph-syntax-tree"
version = "0.1.4"