pipecheck 0.1.3

Cross-platform Unix-style handling of broken pipe errors
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 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"
rust-version = "1.36.0"
name = "pipecheck"
version = "0.1.3"
authors = ["Alex Hamlin <alex@alexhamlin.co>"]
build = false
exclude = [
    ".cargo/config*",
    ".gitattributes",
    ".github/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform Unix-style handling of broken pipe errors"
readme = "README-CRATE.md"
license = "MIT"
repository = "https://github.com/featherbread/pipecheck"

[lib]
name = "pipecheck"
path = "src/lib.rs"

[target."cfg(unix)".dependencies.libc]
version = "0.2.163"