# 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 = "tokio-into-sink" version = "0.1.0" description = "convert a tokio::io::AsyncWrite into a futures::Sink for bytes" documentation = "https://docs.rs/tokio-into-sink" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/aatifsyed/tokio-into-sink" [dependencies.futures-sink] version = "0.3.28" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.tokio] version = "1.32.0" [dev-dependencies.futures] version = "0.3.28" [dev-dependencies.tokio] version = "1.32.0" features = [ "fs", "rt", ]