[[test]]
name = "functional"
path = "tests/file.rs"
[[test]]
name = "lio_listio_incomplete"
path = "tests/lio_listio_incomplete.rs"
[[test]]
name = "aio_write_eagain"
path = "tests/aio_write_eagain.rs"
[dependencies.futures]
version = "0.1.10"
[dependencies.mio]
version = "0.6.13"
[dependencies.mio-aio]
version = "0.3.0"
[dependencies.nix]
version = "0.11.0"
[dependencies.tokio]
version = "0.1.5"
[dev-dependencies.divbuf]
version = "0.2.0"
[dev-dependencies.futures]
version = "0.1"
[dev-dependencies.getopts]
version = "0.2"
[dev-dependencies.sysctl]
version = "0.1"
[dev-dependencies.tempdir]
version = "0.3"
[package]
authors = ["Alan Somers <asomers@gmail.com>"]
categories = ["asynchronous", "filesystem"]
description = "Asynchronous file I/O for Tokio\n"
documentation = "https://asomers.github.io/tokio-file/tokio_file/"
license = "MIT/Apache-2.0"
name = "tokio-file"
readme = "README.md"
repository = "https://github.com/asomers/tokio-file"
version = "0.3.0"