# 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" rust-version = "1.74.0" name = "ratatui-termion" version = "0.1.0-alpha.0" authors = [ "Florian Dehau ", "The Ratatui Developers", ] build = false exclude = [ "assets/*", ".github", "Makefile.toml", "CONTRIBUTING.md", "*.log", "tags", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Termion backend for the Ratatui Terminal UI library." homepage = "https://ratatui.rs" documentation = "https://docs.rs/ratatui-termion/" readme = "README.md" keywords = [ "tui", "terminal", "dashboard", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/ratatui/ratatui" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "ratatui_termion" path = "src/lib.rs" [dependencies.document-features] version = "0.2.7" optional = true [dependencies.instability] version = "0.3.3" [dependencies.ratatui-core] version = "0.1.0-alpha.0" [dependencies.termion] version = "4.0.0" [dev-dependencies.rstest] version = "0.23.0" [features] default = [] scrolling-regions = ["ratatui-core/scrolling-regions"]