# 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 = "ansi-escape-sequences-cli" version = "0.1.4" authors = ["Philipp Schuster "] include = ["src/**/*", "Cargo.toml", "Cargo.lock", "README.md", "LICSNESE", "res"] description = "A CLI utility installed as \"ansi\" to quickly get ANSI escape sequences. Supports the most basic ones,\nlike colors and styles as bold or italic.\n" homepage = "https://github.com/phip1611/ansi-escape-sequences-cli" documentation = "https://docs.rs/ansi-escape-sequences-cli" readme = "README.md" keywords = ["ansi", "vt100", "escape-sequences", "terminal"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/phip1611/ansi-escape-sequences-cli" [[bin]] name = "ansi" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1"