# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "one-of-futures" version = "0.1.4" authors = ["Gleb Pomykalov "] description = "Future-aware Either-like type with multiple variants" homepage = "https://github.com/glebpom/one-of-futures" documentation = "https://docs.rs/one-of-futures/0.1.4/one-of-futures/" readme = "README.md" keywords = ["async", "futures", "either"] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/glebpom/one-of-futures" [dependencies.futures-01] version = "0.1" optional = true package = "futures" [dependencies.futures-core] version = "0.3.1" optional = true [dependencies.futures-sink] version = "0.3.1" optional = true [dependencies.tokio] version = "0.2" optional = true [dev-dependencies.futures] version = "0.3.1" [dev-dependencies.version-sync] version = "0.8" [features] default = ["sink"] futures_01 = ["futures-01"] futures_03 = ["futures-core"] sink = ["futures-sink", "futures_03"] tokio-io = ["tokio"]