# 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 = "tui-markup-renderer" version = "1.1.1" description = "Rust library to use TUI and markup to build UI terminal interfaces." homepage = "https://github.com/ogranada/tui-markup" readme = "README.md" license = "MIT" repository = "https://github.com/ogranada/tui-markup" [[bin]] name = "tui-markup-gen" path = "src/generator.rs" edition = "2021" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.crossterm] version = "0.25.0" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.19" [dependencies.serde] version = "1.0.150" [dependencies.tui] version = "0.19.0" [dependencies.xml-rs] version = "0.8.4"