bevy_ratatui 0.11.1

A Bevy plugin for building terminal user interfaces with Ratatui
Documentation
# 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 = "2024"
name = "bevy_ratatui"
version = "0.11.1"
authors = [
    "cxreiff <cooper@cxreiff.com>",
    "Joshka",
]
build = false
autolib = 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/ratatui/bevy_ratatui"

[features]
async_executor = ["bevy/async_executor"]
critical-section = ["bevy/critical-section"]
crossterm = ["ratatui/crossterm"]
default = [
    "std",
    "async_executor",
    "crossterm",
    "keyboard",
    "mouse",
]
keyboard = ["bevy/keyboard"]
libm = ["bevy/libm"]
mouse = ["bevy/mouse"]
std = ["bevy/std"]
windowed = [
    "dep:soft_ratatui",
    "bevy/default",
]

[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.18"
default-features = false

[dependencies.bitflags]
version = "2.8.0"

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.ratatui]
version = "0.30.0"
default-features = false

[dependencies.soft_ratatui]
version = "0.1"
optional = true

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.bevy]
version = "0.18"
features = ["bevy_state"]
default-features = false

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.ratatui]
version = "0.30.0"
features = [
    "underline-color",
    "layout-cache",
    "unstable-widget-ref",
]
default-features = false

[profile.dev]
opt-level = 1

[profile.dev.package.objc2]
debug-assertions = false

[profile.dev.package."*"]
opt-level = 3