# 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] name = "tokio-named-pipes" version = "0.1.0" authors = ["Alex Crichton ", "Nikolay Volf "] description = "Windows named pipe bindings for tokio.\n" homepage = "https://github.com/nikvolf/tokio-named-pipes" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/nikvolf/tokio-named-pipes" [dependencies.bytes] version = "0.4" [dependencies.futures] version = "0.1" [dependencies.mio] version = "0.6" [dependencies.mio-named-pipes] version = "0.1" [dependencies.tokio] version = "0.1"