# 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 = "ratatui-widgets" version = "0.2.2" authors = ["Joshka"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A set of widgets for the ratatui terminal UI library" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/joshka/ratatui-widgets" [lib] name = "ratatui_widgets" path = "src/lib.rs" [[example]] name = "widgets" path = "examples/widgets/main.rs" [dependencies.bitflags] version = "2.6.0" [dependencies.crossterm] version = "0.28.1" optional = true [dependencies.derive_builder] version = "0.20.2" [dependencies.itertools] version = "0.13.0" [dependencies.ratatui] version = "0.28.1" features = ["unstable-widget-ref"] default-features = false [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.termion] version = "4.0.3" optional = true [dependencies.termwiz] version = "0.22.0" optional = true [dependencies.thiserror] version = "1.0.64" [dev-dependencies.color-eyre] version = "0.6.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.ratatui] version = "0.28.1" features = ["unstable-widget-ref"] [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.strum] version = "0.26.3" features = ["derive"] [features] default = ["crossterm"]