runnel 0.4.2

the pluggable io stream. now support: stdio, string io, in memory pipe, line pipe
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"
rust-version = "1.60.0"
name = "runnel"
version = "0.4.2"
authors = ["aki <aki.akaguma@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "the pluggable io stream. now support: stdio, string io, in memory pipe, line pipe"
readme = "README.md"
keywords = [
    "pipe",
    "fifo",
    "filter",
    "threads",
]
categories = [
    "concurrency",
    "development-tools::testing",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aki-akaguma/runnel"

[package.metadata.docs.rs]
features = ["dox"]

[features]
default = []
dox = []

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

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

[dependencies]

[dev-dependencies.rustversion]
version = "1.0"

[build-dependencies]