mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-23 00:00:10 +02:00
28 lines
583 B
TOML
28 lines
583 B
TOML
[package]
|
|
name = "tokio-futures"
|
|
|
|
# When releasing to crates.io:
|
|
# - Update html_root_url.
|
|
version = "0.2.0"
|
|
edition = "2018"
|
|
authors = ["Carl Lerche <[email protected]>"]
|
|
license = "MIT"
|
|
repository = "https://github.com/tokio-rs/tokio"
|
|
homepage = "https://tokio.rs"
|
|
documentation = "https://docs.rs/tokio-futures/0.1.0"
|
|
description = """
|
|
Utilities for working with futures, async, and await.
|
|
"""
|
|
categories = ["asynchronous"]
|
|
publish = false
|
|
|
|
[features]
|
|
all = []
|
|
default = [
|
|
"all",
|
|
]
|
|
|
|
[dependencies]
|
|
futures-core-preview = "0.3.0-alpha.17"
|
|
futures-sink-preview = "0.3.0-alpha.17"
|