[[bin]]
name = "test_binary"
path = "src/bin/test_binary.rs"
[dependencies]
[[example]]
name = "stdin"
path = "examples/stdin.rs"
[lib]
name = "stdin_nonblocking"
path = "src/lib.rs"
[package]
authors = ["Jeremy Harris <jeremy.harris@zenosmosis.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Dependency-less non-blocking stdin reader using background threads. Supports streaming and immediate fallback defaults."
edition = "2021"
license = "MIT"
name = "stdin-nonblocking"
readme = "README.md"
repository = "https://github.com/jzombie/rust-stdin-nonblocking"
version = "0.1.0-alpha"
[[test]]
name = "stdin_tests"
path = "tests/stdin_tests.rs"