# 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.56.0" name = "cursive-markup" version = "0.3.0" authors = ["Robin Krahl "] exclude = [".builds/*"] description = "Markup view for cursive, supporting HTML" homepage = "https://sr.ht/~ireas/cursive-markup-rs" documentation = "https://docs.rs/cursive-markup" readme = "README.md" keywords = ["tui", "markup", "html", "cursive"] categories = ["command-line-interface"] license = "Apache-2.0 OR MIT" repository = "https://git.sr.ht/~ireas/cursive-markup-rs" resolver = "2" [dependencies.cursive_core] version = "0.3" [dependencies.html2text] version = "0.2" optional = true [dependencies.unicode-width] version = "0.1" [dev-dependencies.argparse] version = "0.2" [dev-dependencies.cursive] version = "0.17" features = ["termion-backend"] default-features = false [dev-dependencies.ureq] version = "1" [dev-dependencies.url] version = "2" [features] default = ["html"] html = ["html2text"]