# 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_tui" version = "0.13.0" authors = ["Sam Stelfox "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A plugin for making interactive Bevy applications with a TUI instead of a graphical interface." documentation = "https://docs.rs/bevy_tui/" readme = "README.md" keywords = [ "bevy", "cli", "console", "terminal", "tui", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/sstelfox/bevy_tui" [lib] name = "bevy_tui" path = "src/lib.rs" [[example]] name = "basic_ui" path = "examples/basic_ui.rs" [[example]] name = "painting" path = "examples/painting.rs" [dependencies.bevy] version = "^0.13" default-features = false [dependencies.crossterm] version = "^0.27" [dependencies.ratatui] version = "^0.26"