# 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 = "streamer" version = "0.1.2" description = "Streamer is a handy tool deal with stream" homepage = "https://crates.io/crates/streamer" documentation = "https://docs.rs/streamer" readme = "README.md" keywords = [ "futures-util", "futures", "async", "stream", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/HomelyGuy/streamer" resolver = "2" [dependencies.futures-util] version = "0.3.21" [dependencies.hyper] version = "0.14.19" features = ["stream"] optional = true [dev-dependencies.tokio] version = "1.19" features = [ "rt-multi-thread", "macros", "time", ] [features] default = [] hyper = [ "default", "dep:hyper", ]