# 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_screenplay" version = "0.2.0" exclude = [ "assets/", ".github/", "examples/", "schema.json", ] description = "A Bevy plugin to write screenplays for your characters to say and do things, together with player choices." homepage = "https://github.com/giusdp/bevy_screenplay" readme = "README.md" keywords = [ "bevy", "gamedev", "plugin", "dialogs", ] license = "MIT OR Apache-2.0" repository = "https://github.com/giusdp/bevy_screenplay" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "choices" path = "examples/choices.rs" [[example]] name = "full" path = "examples/full.rs" [dependencies.bevy] version = "0.11" features = ["bevy_asset"] default-features = false [dependencies.log] version = "0.4" [dependencies.petgraph] version = "0.6" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.bevy] version = "0.11"