# 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-util-either" version = "0.2.0" authors = ["vkill "] description = "futures_util::future::Either Ext" homepage = "https://github.com/bk-rs/futures-ext" documentation = "https://docs.rs/futures-util-either" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/futures-ext" resolver = "1" [package.metadata.docs.rs] all-features = true [package.metadata.cargo-all-features] skip_optional_dependencies = true [dependencies.either] version = "1" optional = true default-features = false [dependencies.futures-io] version = "0.3" optional = true default-features = false [dependencies.futures-util] version = "0.3" optional = true default-features = false [dependencies.tokio] version = "1" optional = true default-features = false [dev-dependencies.async-io] version = "1" [dev-dependencies.futures-executor] version = "0.3" [dev-dependencies.futures-util] version = "0.3" features = ["io"] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "net", "io-util", ] [features] alloc = [] default = [ "std", "futures_io", "tokio_io", ] futures_io = [ "std", "futures-io/std", ] std = ["alloc"] tokio_io = [ "std", "tokio", ]