# 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] name = "termstyle" version = "0.1.2" authors = ["Garrett Berg "] description = "create and test the style and formatting of text in your terminal applications\n" documentation = "https://docs.rs/termstyle" readme = "README.md" keywords = ["terminal", "color", "testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/vitiral/termstyle" [dependencies.ansi_term] version = "0.10" [dependencies.serde] version = "1.*" [dependencies.serde_derive] version = "1.*" [dependencies.std_prelude] version = "0.2" [dependencies.tabwriter] version = "1.*" features = ["ansi_formatting"] default-features = false [dev-dependencies.pretty_assertions] version = "0.4" [dev-dependencies.serde_json] version = "1.*" [dev-dependencies.serde_yaml] version = "0.7"