# 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_render" version = "0.5.8" authors = ["cxreiff "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A bevy plugin for rendering your bevy app to the terminal using ratatui." documentation = "https://docs.rs/bevy_ratatui_render" readme = "README.md" keywords = [ "bevy", "ratatui", "terminal", "tui", "render", ] categories = [ "game-engines", "gui", "rendering", "command-line-interface", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cxreiff/bevy_ratatui_render" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [lib] name = "bevy_ratatui_render" path = "src/lib.rs" [[example]] name = "cube" path = "examples/cube.rs" [[example]] name = "disable" path = "examples/disable.rs" [[example]] name = "multiple" path = "examples/multiple.rs" [[example]] name = "resize" path = "examples/resize.rs" [[example]] name = "shortcut" path = "examples/shortcut.rs" [dependencies.bevy] version = "0.14.2" [dependencies.bevy_ratatui] version = "0.6.3" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.crossterm] version = "0.28.0" [dependencies.ratatui] version = "0.28.1" [dependencies.ratatui-image] version = "2.0.1"