[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"