# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "text-style" version = "0.3.0" authors = ["Robin Krahl "] exclude = [".builds/*"] description = "Types and conversions for styled text" homepage = "https://sr.ht/~ireas/text-style-rs" documentation = "https://docs.rs/text_style" readme = "README.md" keywords = ["text", "style", "conversion"] categories = ["data-structures"] license = "Apache-2.0 OR MIT" repository = "https://git.sr.ht/~ireas/text-style-rs" [package.metadata.docs.rs] all-features = true [dependencies.ansi_term] version = "0.12" optional = true [dependencies.crossterm] version = "0.20" optional = true [dependencies.cursive] version = "0.16" optional = true default-features = false [dependencies.genpdf] version = "0.2" optional = true [dependencies.syntect] version = "4" optional = true default-features = false [dependencies.termion] version = "1" optional = true [dev-dependencies.anyhow] version = "1" [dev-dependencies.argh] version = "0.1.3" [dev-dependencies.cursive] version = "0.16" features = ["crossterm-backend"] default-features = false [dev-dependencies.syntect] version = "4" features = ["assets", "dump-load", "parsing", "regex-onig"] default-features = false