yarnspinner 0.8.0

The friendly tool for writing game dialogue
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 = "yarnspinner"
version = "0.8.0"
authors = ["Jan Hohenheim <jan@hohenheim.ch>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The friendly tool for writing game dialogue"
homepage = "https://docs.yarnspinner.dev/"
readme = "readme.md"
keywords = [
    "gamedev",
    "dialog",
    "yarn",
]
categories = [
    "game-development",
    "compilers",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/YarnSpinnerTool/YarnSpinner-Rust"
resolver = "2"

[features]
bevy = [
    "yarnspinner_core/bevy",
    "yarnspinner_compiler/bevy",
    "yarnspinner_runtime/bevy",
    "dep:bevy",
]
default = []
serde = [
    "yarnspinner_core/serde",
    "yarnspinner_compiler/serde",
    "yarnspinner_runtime/serde",
]

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

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

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

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

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

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

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

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

[dependencies.bevy]
version = "0.18"
optional = true
default-features = false

[dependencies.log]
version = "0.4"
features = ["std"]

[dependencies.yarnspinner_compiler]
version = "0.8.0"

[dependencies.yarnspinner_core]
version = "0.8.0"

[dependencies.yarnspinner_runtime]
version = "0.8.0"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.bevy_platform]
version = "0.18"

[dev-dependencies.regex]
version = "1"