# 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_io_utilities" version = "0.1.4" authors = ["Harry [hello@majored.pw]"] description = "An asynchronous IO utilities crate powered by `tokio`." homepage = "https://github.com/Majored/rs-async-io-utilities" documentation = "https://docs.rs/async_io_utilities/" readme = "README.md" keywords = [ "async", "tokio", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/Majored/rs-async-io-utilities" [dependencies.tokio] version = "1.12.0" features = ["io-util"] [dev-dependencies.tokio] version = "1.12.0" features = ["full"]