# 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.76.0" name = "ratatui_input" version = "0.1.3" authors = ["Vid Vrbnjak"] publish = true autoexamples = true description = "Simple to use input widget for ratatui" homepage = "https://github.com/VidVrbnjak/ratatui_input" readme = "README.md" keywords = [ "gui", "ratatui", "input", "plugin", ] categories = [ "command-line-interface", "gui", ] license = "MIT" repository = "https://github.com/VidVrbnjak/ratatui_input" [package.metadata.docs.rs] targets = ["x86_64-pc-windows-msvc"] [[example]] name = "minimal" doc-scrape-examples = true [dependencies.clipboard] version = "0.5.0" [dependencies.crossterm] version = "0.27.0" [dependencies.ratatui] version = "0.26.2" [dev-dependencies.indoc] version = "2.0.5"