# 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 = "tui-plugin" version = "0.1.0" authors = ["~sntx"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TODO" readme = "README.md" license = "AGPL-3.0" [lib] name = "tui_plugin" path = "src/lib.rs" [dependencies.bevy_app] version = "0.14" [dependencies.bevy_ecs] version = "0.14" features = ["multi_threaded"] [dependencies.bevy_log] version = "0.14" [dependencies.tui] version = "0.28" package = "ratatui"