# 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_confirm_dialog" version = "0.2.4" authors = ["Alessandro Crugnola "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ratatui dialogs" readme = "README.md" license = "MIT" repository = "https://github.com/sephiroth74/tui-confirm-dialog" [lib] name = "tui_confirm_dialog" path = "src/lib.rs" [[example]] name = "confirm" path = "examples/confirm.rs" required-features = ["crossterm"] [[example]] name = "popup" path = "examples/popup.rs" required-features = ["crossterm"] [dependencies.crossterm] version = "0.28.1" optional = true [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.29.0" features = ["all-widgets"] [dependencies.regex] version = "1.11.1" [features] crossterm = ["dep:crossterm"] default = ["crossterm"]