# 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-crossterm" 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 = "Crossterm backend for the Ratatui Terminal UI library." homepage = "https://ratatui.rs" documentation = "https://docs.rs/ratatui-crossterm/" readme = "README.md" keywords = [ "tui", "terminal", "dashboard", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/ratatui/ratatui" [lib] name = "ratatui_crossterm" path = "src/lib.rs" [dependencies.crossterm] version = "0.28.1" [dependencies.document-features] version = "0.2.7" optional = true [dependencies.instability] version = "0.3.3" [dependencies.ratatui-core] version = "0.1.0-alpha.0" [dev-dependencies.rstest] version = "0.23.0" [features] default = ["underline-color"] scrolling-regions = ["ratatui-core/scrolling-regions"] underline-color = ["ratatui-core/underline-color"] unstable = ["unstable-backend-writer"] unstable-backend-writer = []