# 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" name = "either-future" version = "1.1.0" authors = ["Max Bruckner "] description = "An implementation of Future for Either." homepage = "https://github.com/FSMaxB/rust-either-future" readme = "README.md" keywords = ["future", "either", "no_std"] license = "ISC" repository = "https://github.com/FSMaxB/rust-either-future" [package.metadata.docs.rs] all-features = true [dependencies.either] version = "1" [dependencies.futures] version = "0.1" optional = true default-features = false [dependencies.futures-util] version = "0.3" optional = true default-features = false [dev-dependencies.futures] version = "0.1" features = ["use_std"] default-features = false [features] default = ["std_future"] futures01 = ["futures"] futures03 = ["futures-util"] std_future = []