blob: c5c88c1fcf101e605d52567d0112153ef5a2192e [file] [log] [blame]
# 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-test-preview"
version = "0.3.0-alpha.17"
authors = ["Wim Looman <wim@nemo157.com>"]
description = "Common utilities for testing components built off futures-rs.\n"
homepage = "https://rust-lang-nursery.github.io/futures-rs"
documentation = "https://rust-lang-nursery.github.io/futures-doc/0.3.0-alpha.12/futures_test"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang-nursery/futures-rs"
[lib]
name = "futures_test"
[dependencies.futures-core-preview]
version = "=0.3.0-alpha.17"
default-features = false
[dependencies.futures-executor-preview]
version = "=0.3.0-alpha.17"
default-features = false
[dependencies.futures-io-preview]
version = "=0.3.0-alpha.17"
default-features = false
[dependencies.futures-util-preview]
version = "=0.3.0-alpha.17"
default-features = false
[dependencies.pin-utils]
version = "0.1.0-alpha.4"
default-features = false
[dev-dependencies.futures-preview]
version = "=0.3.0-alpha.17"
features = ["std"]
default-features = false
[features]
default = ["std"]
std = ["futures-core-preview/std", "futures-io-preview/std", "futures-util-preview/std", "futures-util-preview/io", "futures-executor-preview/std"]