# 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 = "yml_dialog" version = "0.2.3" authors = [ "Olf EPAIN ", "Morgan Van Amerongen ", ] exclude = [ "assets/*", "examples/test_dialog.yml", ] description = "A very light base structure to implement an Rust Dialog using YML (file) format" homepage = "https://fabinistere.github.io" documentation = "https://docs.rs/yml_dialog" readme = "README.md" keywords = [ "game", "structure", "dialog", "yml", "serialize", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/Fabinistere/yml_dialog" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.bevy] version = "0.10" [dev-dependencies.log] version = "0.4.17" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_yaml] version = "0.9"