# 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 = "widgetui" version = "0.7.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A bevy like widget system for ratatui and crossterm" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/TheEmeraldBee/widgetui" [lib] name = "widgetui" path = "src/lib.rs" [[example]] name = "custom_chunk" path = "examples/custom_chunk.rs" [[example]] name = "custom_set" path = "examples/custom_set.rs" [[example]] name = "custom_state" path = "examples/custom_state.rs" [[example]] name = "message" path = "examples/message.rs" [[example]] name = "minimal" path = "examples/minimal.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.crossterm] version = "0.28.1" [dependencies.ratatui] version = "0.29.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tui-helper-proc-macro] version = "0.7.1"