# 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 = "2018" name = "tui-clap" version = "0.2.0" authors = ["Jonas Geschke "] description = "Provides tui-rs widgets to output and text input which is parsed by clap" homepage = "https://github.com/kegesch/tui-clap-rs" documentation = "https://github.com/kegesch/tui-clap-rs" license = "MIT" repository = "https://github.com/kegesch/tui-clap-rs" [dependencies.clap] version = "3.0.0-beta.4" features = ["yaml"] [dependencies.crossterm] version = "0.19" [dependencies.tui] version = "0.15" features = ["crossterm"] default-features = false