# 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_simple_rich_text" version = "0.1.0" exclude = [".github"] description = "A tiny rich text helper for Bevy" homepage = "https://github.com/rparrett/bevy_simple_rich_text" documentation = "https://docs.rs/bevy_simple_rich_text" readme = "README.md" keywords = [ "bevy", "gamedev", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/rparrett/bevy_simple_rich_text" [dependencies.bevy] version = "0.14" features = ["bevy_text"] default-features = false [dependencies.chumsky] version = "0.9.3" [dev-dependencies.bevy] version = "0.14"