[build-dependencies]
[dependencies]
[dev-dependencies.rustversion]
version = "1.0"
[features]
default = []
dox = []
[lib]
name = "runnel"
path = "src/lib.rs"
[package]
authors = ["aki <aki.akaguma@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "development-tools::testing", "text-processing"]
description = "the pluggable io stream. now support: stdio, string io, in memory pipe, line pipe"
edition = "2021"
keywords = ["pipe", "fifo", "filter", "threads"]
license = "MIT OR Apache-2.0"
name = "runnel"
readme = "README.md"
repository = "https://github.com/aki-akaguma/runnel"
rust-version = "1.60.0"
version = "0.4.0"
[package.metadata.docs.rs]
features = ["dox"]
[[test]]
name = "test"
path = "tests/test.rs"
[[test]]
name = "test_linepipeio"
path = "tests/test_linepipeio.rs"
[[test]]
name = "test_pipeio"
path = "tests/test_pipeio.rs"
[[test]]
name = "test_size_of"
path = "tests/test_size_of.rs"
[[test]]
name = "test_stdio"
path = "tests/test_stdio.rs"
[[test]]
name = "test_stringio"
path = "tests/test_stringio.rs"