[package]
edition = "2024"
name = "pasta_core"
version = "0.1.21"
authors = ["Dot-Station Master <dot.station@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pasta Core - Language-independent DSL parsing and registry layer"
homepage = "https://github.com/ekicyou/pasta"
documentation = "https://github.com/ekicyou/pasta"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ekicyou/pasta"
resolver = "2"
[lib]
name = "pasta_core"
path = "src/lib.rs"
[[test]]
name = "word_table_test"
path = "tests/word_table_test.rs"
[dependencies.fast_radix_trie]
version = "1.1.0"
[dependencies.rand]
version = "0.9"
[dependencies.thiserror]
version = "2"
[dependencies.tracing]
version = "0.1"