[package] name = "tui-markup-renderer" version = "1.1.1" edition = "2021" description = "Rust library to use TUI and markup to build UI terminal interfaces." license = "MIT" readme = "README.md" homepage = "https://github.com/ogranada/tui-markup" repository = "https://github.com/ogranada/tui-markup" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] xml-rs = "0.8.4" tui = "0.19.0" crossterm = "0.25.0" serde = "1.0.150" log = "0.4.19" env_logger = "0.10.0" clap = { version = "4.3.19", features = ["derive"] } # futures = "0.3.28" [[bin]] edition = "2021" name = "tui-markup-gen" path = "src/generator.rs"