tokio-named-pipes/Cargo.toml

22 lines
627 B
TOML

[package]
name = "tokio-named-pipes"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
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.
"""
[dependencies]
tokio-core = "0.1.1"
mio-named-pipes = { git = "https://github.com/alexcrichton/mio-named-pipes" }
futures = '0.1.4'
[replace.'mio:0.6.1']
git = "https://github.com/alexcrichton/mio"
branch = 'custom-iocp'