stdout-channel 0.4.7

Write stdout to an async queue.
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.deadqueue]
version = "0.2"

[dependencies.tokio]
features = ["io-std", "io-util", "sync", "rt-multi-thread", "time"]
version = "1.15"
[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.env_logger]
version = "0.9"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.stack-string]
features = ["postgres_types"]
version = "0.6"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.15"

[package]
authors = ["Daniel Boline <ddboline@gmail.com>"]
description = "Write stdout to an async queue."
edition = "2018"
homepage = "https://github.com/ddboline/stdout-channel-rs"
license-file = "LICENSE"
name = "stdout-channel"
readme = "README.md"
repository = "https://github.com/ddboline/stdout-channel-rs"
version = "0.4.7"