# 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] edition = "2018" name = "mio-pipe" version = "0.1.1" authors = ["Thomas de Zeeuw "] include = ["/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE"] description = "Crate for using Unix pipes with Mio." documentation = "https://docs.rs/mio-pipe" readme = "README.md" keywords = ["pipe", "mio"] license = "MIT" repository = "https://github.com/Thomasdezeeuw/mio-pipe" [dependencies.libc] version = "0.2.62" [dependencies.mio] version = "0.7.0" features = ["os-util"] [dev-dependencies.mio] version = "0.7.0" features = ["os-poll"] [badges.travis-ci] branch = "master" repository = "Thomasdezeeuw/mio-pipe"