# 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_stream" version = "0.3.3" authors = ["Naja Melan "] exclude = ["benches", "examples", "tests"] description = "IntoAsyncRead on steriods" documentation = "https://docs.rs/async_io_stream" readme = "README.md" keywords = ["futures", "io", "async", "asyncread", "asyncwrite"] categories = ["asynchronous", "network-programming"] license = "Unlicense" repository = "https://github.com/najamelan/async_io_stream" resolver = "2" [package.metadata.docs.rs] all-features = true targets = [] [dependencies.futures] version = "^0.3" [dependencies.pharos] version = "^0.5" optional = true [dependencies.tokio] version = "^1" optional = true [dev-dependencies.assert_matches] version = "^1" [dev-dependencies.futures] version = "^0.3" [dev-dependencies.log] version = "^0.4" [dev-dependencies.pretty_assertions] version = "^1" [build-dependencies.rustc_version] version = "^0.4" [features] map_pharos = ["pharos"] tokio_io = ["tokio"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "najamelan/ws_stream_io"