proc-reader 0.1.2

A std::io::Read implementation for stdout/stderr of other proccess
Documentation
# 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 = "proc-reader"
version = "0.1.2"
authors = ["dalance@gmail.com"]
description = "A std::io::Read implementation for stdout/stderr of other proccess"
readme = "README.md"
keywords = ["reader", "process"]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/dalance/proc-color"
[package.metadata.release]
dev-version-ext = "pre"
pre-release-commit-message = "Prepare to v{{version}}"
pro-release-commit-message = "Start next development iteration v{{version}}"
tag-message = "Bump version to {{version}}"
tag-prefix = "v"
[dependencies.error-chain]
version = "0.11.0"

[dependencies.libc]
version = "0.2.40"

[dependencies.nix]
version = "0.10.0"