# 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 = "osui" version = "0.0.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rsx TUI library" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/osui-rs/osui" [lib] name = "osui" path = "src/lib.rs" [[bin]] name = "osui" path = "src/main.rs" [dependencies.crossterm] version = "0.28.1" [dependencies.dyn-clone] version = "1.0.17" [dependencies.flume] version = "=0.10.12" [dependencies.lazy_static] version = "1.4" [dependencies.osui-element] version = "0.1.11" [dependencies.paste] version = "1.0.15" [dependencies.regex] version = "1.11.1" [build-dependencies.cc] version = "1.0"