# 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 = "2018" name = "stdout-channel" version = "0.6.1" authors = ["Daniel Boline "] description = "Write stdout to an async queue." homepage = "https://github.com/ddboline/stdout-channel-rs" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/ddboline/stdout-channel-rs" [dependencies.deadqueue] version = "0.2" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.35" features = [ "io-std", "io-util", "sync", "rt-multi-thread", "time", ] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.log] version = "0.4" [dev-dependencies.stack-string] version = "0.8" features = ["postgres_types"] [dev-dependencies.time] version = "0.3" [dev-dependencies.tokio] version = "1.35" features = [ "rt-multi-thread", "macros", ]