# 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 = "2018" name = "pipecolor" version = "0.4.4" authors = ["dalance@gmail.com"] description = "A terminal filter to colorize output" readme = "README.md" categories = [ "command-line-utilities", "value-formatting", ] license = "MIT" repository = "https://github.com/dalance/pipecolor" [package.metadata.release] pre-release-commit-message = "Prepare to v{{version}}" post-release-commit-message = "Start next development iteration v{{version}}" tag-message = "Bump version to {{version}}" tag-prefix = "" [dependencies.anyhow] version = "1.0" [dependencies.atty] version = "0.2" [dependencies.dirs] version = "5" [dependencies.memchr] version = "2" [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.structopt] version = "0.3" [dependencies.termion] version = "2" [dependencies.timeout-readwrite] version = "0.3" [dependencies.toml] version = "0.7" [target.x86_64-unknown-linux-gnu.dependencies.proc-reader] version = "0.5.1" [target.x86_64-unknown-linux-musl.dependencies.proc-reader] version = "0.5.1" [badges.codecov] branch = "master" repository = "dalance/pipecolor" service = "github" [badges.travis-ci] repository = "dalance/pipecolor"