# 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 = "superconsole" version = "0.2.0" authors = ["Meta"] description = "A simple but powerful Text-based User Interface (TUI) framework" documentation = "https://docs.rs/superconsole" readme = "README.md" keywords = ["TUI"] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/facebookincubator/superconsole" [dependencies.anyhow] version = "1.0.65" [dependencies.crossbeam-channel] version = "0.5" [dependencies.crossbeam-epoch] version = "0.9.7" [dependencies.crossterm] version = "0.23" [dependencies.itertools] version = "0.10" [dependencies.termwiz] version = "0.18" [dependencies.thiserror] version = "1.0.36" [dependencies.unicode-segmentation] version = "1.7" [dev-dependencies.derive_more] version = "0.99" [dev-dependencies.tokio] version = "1.5" features = [ "macros", "rt-multi-thread", "time", ]