# 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 = "bytes-stream" version = "0.0.3" authors = ["Rodrigo Navarro "] description = "Utility functions to work with stream of bytes" readme = "README.md" keywords = [ "io", "stream", "buffers", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/reu/bytes-stream" [dependencies.bytes] version = "1" [dependencies.futures-core] version = "0.3" [dependencies.pin-project-lite] version = "0.2" [dev-dependencies.futures] version = "0.3.28" [dev-dependencies.futures-test] version = "0.3.28"