# 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 = "futures-stream-ext" version = "0.2.2" include = [ "/src", "/README.md", "/LICENSES", ] description = "Asynchronous stream extensions for the futures(-core) crate" readme = "README.md" keywords = [ "async", "stream", ] categories = ["asynchronous"] license = "MPL-2.0" repository = "https://github.com/uklotzde/futures-stream-ext" [dependencies.futures-core] version = "0.3.30" default-features = false [dependencies.pin-project-lite] version = "0.2.13" [dependencies.tokio] version = "1.35.1" features = ["time"] optional = true [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.tokio] version = "1.35.1" features = [ "macros", "rt", "test-util", ] [features] default = [] tokio = ["dep:tokio"] [lints.clippy] clone_on_ref_ptr = "warn" missing_const_for_fn = "warn" pedantic = "warn" self_named_module_files = "warn" [lints.rust] future_incompatible = "warn" let_underscore = "warn" missing_debug_implementations = "warn" rust_2018_idioms = "warn" rust_2021_compatibility = "warn" unreachable_pub = "warn" unsafe_code = "warn" unused = "warn"