# 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_ratatui" version = "0.6.4" authors = ["Joshka"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Bevy plugin for building terminal user interfaces with Ratatui" documentation = "https://docs.rs/bevy_ratatui" readme = "README.md" keywords = [ "cli", "ratatui", "terminal", "tui", "bevy", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/joshka/bevy_ratatui" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [lib] name = "bevy_ratatui" path = "src/lib.rs" [[example]] name = "bevy_keys" path = "examples/bevy_keys.rs" [[example]] name = "demo" path = "examples/demo.rs" [[example]] name = "hello_world" path = "examples/hello_world.rs" [[example]] name = "kitty" path = "examples/kitty.rs" [[example]] name = "mouse" path = "examples/mouse.rs" [dependencies.bevy] version = "0.14.2" default-features = false [dependencies.bitflags] version = "2.6.0" [dependencies.color-eyre] version = "0.6.3" [dependencies.crossterm] version = "0.28.1" [dependencies.ratatui] version = "0.29.0" features = ["unstable-widget-ref"] [dependencies.smol_str] version = "~0.2.2" [dev-dependencies.bevy] version = "0.14" features = [ "dynamic_linking", "bevy_state", ] default-features = false [dev-dependencies.rand] version = "0.8.5"