# 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 = "tuifw-window" version = "0.26.0" authors = ["warlock "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Text User Interface Framework. Overlappable hierachical windows." documentation = "https://docs.rs/tuifw-window/" readme = "README.md" keywords = [ "tui", "window", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/tuifw" [lib] name = "tuifw_window" path = "src/lib.rs" [dependencies.components-arena] version = "4.2.0" [dependencies.downcast-rs] version = "1.2.0" default-features = false [dependencies.dyn-clone] version = "1.0.14" [dependencies.dynamic-cast] version = "0.1.3" [dependencies.iter-identify_first_last] version = "0.2.3" [dependencies.macro-attr-2018] version = "3.0.1" [dependencies.timer-no-std] version = "0.6.0" [dependencies.tuifw-screen-base] version = "0.26.0" [dev-dependencies.panicking] version = "0.5.0" [dev-dependencies.tuifw-screen] version = "0.26.0" [dev-dependencies.tuifw-screen-test] version = "0.26.0" [badges.maintenance] status = "experimental"