weaver_lang 0.3.5

A dynamic text evaluation language for procedural content generation
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"
rust-version = "1.86.0"
name = "weaver_lang"
version = "0.3.5"
authors = ["crux03"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dynamic text evaluation language for procedural content generation"
readme = "README.md"
license = "MIT"
repository = "https://github.com/crux-03/weaver_lang"
resolver = "2"

[features]
default = ["macros"]
macros = ["dep:macros"]

[lib]
name = "weaver_lang"
path = "src/lib.rs"

[[test]]
name = "dynamic_ids"
path = "tests/dynamic_ids.rs"

[[test]]
name = "macro_tests"
path = "tests/macro_tests.rs"

[dependencies.macros]
version = "0.2.0"
optional = true
package = "weaver_macros"

[dependencies.pest]
version = "=2.8.6"

[dependencies.pest_derive]
version = "=2.8.6"

[dependencies.thiserror]
version = "1"

[dev-dependencies.macros]
version = "0.2.0"
package = "weaver_macros"