# 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 = "sanguine" version = "0.3.1" authors = ["Will Hopkins "] description = "A library for creating dynamic TUI experiences in Rust" readme = "README.md" keywords = [ "tui", "terminal", "user-interface", ] categories = [ "gui", "command-line-interface", ] license = "MIT" repository = "https://github.com/willothy/sanguine" [dependencies.ansi-to-tui] version = "3.0.0" optional = true [dependencies.ratatui] version = "0.20" optional = true [dependencies.slotmap] version = "1.0.6" [dependencies.termwiz] version = "0.20.0" [dependencies.thiserror] version = "1.0.40" [features] ansi = [ "tui", "dep:ansi-to-tui", ] default = [] tui = ["dep:ratatui"]