pasta_core 0.1.21

Pasta Core - Language-independent DSL parsing and registry layer
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"