tokio-named-pipes/Cargo.toml

19 lines
553 B
TOML
Raw Permalink Normal View History

2016-12-11 23:57:14 -08:00
[package]
name = "tokio-named-pipes"
version = "0.2.0"
2016-12-11 23:57:14 -08:00
authors = ["Alex Crichton <alex@alexcrichton.com>"]
2016-12-12 00:00:43 -08:00
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/alexcrichton/tokio-named-pipes"
homepage = "https://github.com/alexcrichton/tokio-named-pipes"
documentation = "http://alexcrichton.com/tokio-named-pipes"
description = """
Windows named pipe bindings for tokio.
"""
2016-12-11 23:57:14 -08:00
[dependencies]
mio = "0.6"
tokio = "0.1"
2016-12-11 23:57:14 -08:00
mio-named-pipes = { git = "https://github.com/alexcrichton/mio-named-pipes" }
2017-04-20 13:58:45 -07:00
futures = "0.1"
bytes = "0.4"