# 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 = "2021" name = "bevy_talks" version = "0.5.0" authors = ["Giuseppe De Palma"] exclude = [ "examples/**/*", "docs/**/*", "assets/**/*", "tools/**/*", ".github/**/*", ] description = "A Bevy plugin to write dialogues for your characters to say and do things, together with player choices." 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" [profile.dev] opt-level = 3 [lib] name = "bevy_talks" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "choices" path = "examples/choices.rs" [[example]] name = "full" path = "examples/full.rs" [[example]] name = "ingame" path = "examples/ingame.rs" [[example]] name = "custom_node_event" path = "examples/custom_node_event.rs" [dependencies.aery] version = "0.5.2" [dependencies.bevy] version = "0.12" features = ["bevy_asset"] default-features = false [dependencies.bevy-trait-query] version = "0.4.0" [dependencies.bevy_talks_macros] version = "0.1" [dependencies.indexmap] version = "2.1.0" [dependencies.serde] version = "1" [dependencies.serde_ron] version = "0.8" package = "ron" [dependencies.thiserror] version = "1.0" [dev-dependencies.bevy] version = "0.12" [dev-dependencies.rstest] version = "0.18.2" [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"