# 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 = "futures-util-preview" version = "0.3.0-alpha.19" authors = ["Alex Crichton "] description = "Common utilities and extension traits for the futures-rs library.\n" homepage = "https://rust-lang-nursery.github.io/futures-rs" documentation = "https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.19/futures_util" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang-nursery/futures-rs" [package.metadata.docs.rs] all-features = true [lib] name = "futures_util" [dependencies.futures-channel-preview] version = "=0.3.0-alpha.19" features = ["std"] optional = true default-features = false [dependencies.futures-core-preview] version = "=0.3.0-alpha.19" default-features = false [dependencies.futures-io-preview] version = "=0.3.0-alpha.19" features = ["std"] optional = true default-features = false [dependencies.futures-join-macro-preview] version = "=0.3.0-alpha.19" optional = true default-features = false [dependencies.futures-select-macro-preview] version = "=0.3.0-alpha.19" optional = true default-features = false [dependencies.futures-sink-preview] version = "=0.3.0-alpha.19" optional = true default-features = false [dependencies.futures_01] version = "0.1.25" optional = true package = "futures" [dependencies.memchr] version = "2.2" optional = true [dependencies.pin-utils] version = "0.1.0-alpha.4" [dependencies.proc-macro-hack] version = "0.5.9" optional = true [dependencies.proc-macro-nested] version = "0.1.2" optional = true [dependencies.slab] version = "0.4" optional = true [dependencies.tokio-io] version = "0.1.9" optional = true [features] alloc = ["futures-core-preview/alloc"] async-await = [] bilock = [] cfg-target-has-atomic = ["futures-core-preview/cfg-target-has-atomic"] channel = ["std", "futures-channel-preview"] compat = ["std", "futures_01"] default = ["std"] io = ["std", "futures-io-preview", "memchr"] io-compat = ["io", "compat", "tokio-io"] join-macro = ["async-await", "futures-join-macro-preview", "proc-macro-hack", "proc-macro-nested"] read_initializer = ["io", "futures-io-preview/read_initializer", "futures-io-preview/unstable"] select-macro = ["async-await", "futures-select-macro-preview", "proc-macro-hack", "proc-macro-nested"] sink = ["futures-sink-preview"] std = ["alloc", "futures-core-preview/std", "slab"] unstable = ["futures-core-preview/unstable"]