# 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.1" authors = ["Alessandro Crugnola "] description = "Ratatui dialogs" readme = "./README.md" license = "MIT" repository = "https://github.com/sephiroth74/tui-confirm-dialog" [[example]] name = "confirm" required-features = ["crossterm"] [[example]] name = "popup" required-features = ["crossterm"] [dependencies.crossterm] version = "0.27.0" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.26.2" features = ["all-widgets"] [dependencies.regex] version = "1.10.4" [features] crossterm = ["dep:crossterm"] default = ["crossterm"]