nonblock 0.2.0

Read available data from file descriptors without blocking (e.g. sockets, streams, child stdout, named pipes)
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 = "2021"
name = "nonblock"
version = "0.2.0"
authors = ["Anthony Nowell <anowell@gmail.com>"]
description = "Read available data from file descriptors without blocking (e.g. sockets, streams, child stdout, named pipes)"
documentation = "http://anowell.github.io/nonblock-rs/nonblock/"
keywords = [
    "nonblocking",
    "O_NONBLOCK",
    "reader",
]
license = "MIT"
repository = "https://github.com/anowell/nonblock-rs"
resolver = "2"

[dependencies.libc]
version = "0.2.126"

[dev-dependencies.chrono]
version = "0.4.19"
features = ["serde"]

[dev-dependencies.serde_json]
version = "1.0.81"