# 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 = "named_pipe" version = "0.4.1" authors = ["Anatoly Ikorsky "] description = "Wrapper for overlapped (asyncronous) IO of Windows's named pipes" documentation = "https://blackbeam.github.io/named_pipe/named_pipe/index.html" readme = "README.md" keywords = ["windows", "named", "pipes"] license = "MIT OR Apache-2.0" repository = "https://github.com/blackbeam/named_pipe" [profile.test] opt-level = 0 debug = true [dependencies.winapi] version = "0.3" features = ["errhandlingapi", "handleapi", "ioapiset", "minwindef", "namedpipeapi", "synchapi", "winbase", "winerror"]