# 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" rust-version = "1.80" name = "entrust-dialog" version = "0.1.0" authors = ["hepptho"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interactive terminal dialogs for entrust" homepage = "https://github.com/hepptho/entrust" readme = "README.md" license = "MIT" repository = "https://github.com/hepptho/entrust" [lib] name = "entrust_dialog" path = "src/lib.rs" [[example]] name = "input" path = "examples/input.rs" [[example]] name = "select" path = "examples/select.rs" [[example]] name = "yes_no" path = "examples/yes_no.rs" [dependencies.anyhow] version = "1.0" [dependencies.fuzzy-matcher] version = "0.3" [dependencies.ratatui] version = "0.29" [dependencies.tracing] version = "0.1"