# 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 = "2018" rust-version = "1.47" name = "stream-ext" version = "0.2.4" authors = ["try "] description = "An extension trait for Streams that provides a variety of convenient combinator functions" homepage = "https://github.com/try-box/rust-box/tree/main/stream-ext" keywords = [ "stream", "limiter", "ratelimiter", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/try-box/rust-box/tree/main/stream-ext" resolver = "2" [dependencies.futures] version = "0.3" [dependencies.governor] version = "0.6" optional = true [dependencies.leaky-bucket] version = "1.0" optional = true [dependencies.log] version = "0.4" [features] default = []