# 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 = "tuiwindow" version = "0.1.1" description = "A minimal window and focus manager for Ratatui+Crossterm TUI applications" homepage = "https://github.com/untitled-/tuiwindow" readme = "README.md" keywords = [ "tui", "crossterm", "ratatui", "window", "gui", ] categories = ["command-line-utilities"] license-file = "LICENSE.txt" repository = "https://github.com/untitled-/tuiwindow" [[bin]] name = "example" path = "src/sample_app.rs" [dependencies.crossterm] version = "0.27.0" [dependencies.ratatui] version = "0.26.1" [dependencies.uuid] version = "1.7.0" features = ["v4"]