[dependencies.logos]
version = "0.15.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.218"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.44.0"
[lib]
name = "hexput_ast_api"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "Core AST parsing and processing library"
edition = "2024"
keywords = ["hexput", "ast", "parsing"]
license = "MIT"
name = "hexput-ast-api"
readme = false
repository = "https://github.com/hexput/main"
version = "0.1.0"