# 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" name = "async_channel_io" version = "0.3.0" authors = ["Tristan Streichenberger "] description = """ `AsyncRead` and `AsyncWrite` implementations for `async_channel` """ documentation = "https://docs.rs/async_channel_io" readme = "README.md" keywords = [ "async", "non-blocking", "futures", "io", "channel", ] categories = [ "asynchronous", "io", ] license = "MIT" repository = "https://github.com/TristanStreich/async_channel_io" [dependencies.async-channel] version = "2.1.1" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.20" [dev-dependencies.tokio] version = "1.35.1" features = ["full"]