bevy_talks 0.6.0

A Bevy plugin to write dialogues for your characters to say and do things. The Dialogue System for Bevy.
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 = "bevy_talks"
version = "0.6.0"
authors = ["Giuseppe De Palma"]
build = false
exclude = [
    "examples/**/*",
    "docs/**/*",
    "assets/**/*",
    "tools/**/*",
    ".github/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Bevy plugin to write dialogues for your characters to say and do things. The Dialogue System for Bevy."
homepage = "https://github.com/giusdp/bevy_talks"
readme = "README.md"
keywords = [
    "bevy",
    "gamedev",
    "plugin",
    "dialogues",
    "dialogs",
]
categories = [
    "games",
    "game-development",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/giusdp/bevy_talks"

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

[dependencies.bevy]
version = "0.19"
features = [
    "bevy_asset",
    "bevy_log",
]
default-features = false

[dependencies.rhai]
version = "1"
features = ["sync"]

[dependencies.ron]
version = "0.12"

[dependencies.scoped-tls-hkt]
version = "0.1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dev-dependencies.bevy]
version = "0.19"

[dev-dependencies.rstest]
version = "0.26"

[lints.clippy]
doc_markdown = "warn"
missing_docs_in_private_items = "deny"
too_many_arguments = "allow"
type_complexity = "allow"

[lints.rust]
missing_docs = "deny"
unsafe_code = "forbid"

[profile.dev]
opt-level = 3