# 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 = "scoped-stream-sink" version = "1.2.2" authors = ["Dheatly23 <71598333+Dheatly23@users.noreply.github.com>"] description = "Easy way to make streams and sinks" readme = "README.md" keywords = [ "async", "stream", "sink", ] license = "Apache-2.0" repository = "https://github.com/Dheatly23/scoped-stream-sink" [dependencies.either] version = "1.0" optional = true default-features = false [dependencies.futures-core] version = "0.3" default-features = false [dependencies.futures-sink] version = "0.3" default-features = false [dependencies.futures-util] version = "0.3" features = ["sink"] optional = true [dependencies.pin-project-lite] version = "0.2" [dev-dependencies.anyhow] version = "1" [dev-dependencies.num-integer] version = "0.1" [dev-dependencies.tokio] version = "1" features = [ "test-util", "macros", "rt-multi-thread", ] [features] default = ["std"] either = ["dep:either"] std = [ "dep:futures-util", "futures-core/std", "futures-sink/std", ]