--- os_pipe-0.9.2/Cargo.toml 2020-05-28T02:10:52+00:00 +++ os_pipe-0.9.2/Cargo.toml 2022-02-03T14:14:50.328758+00:00 @@ -20,8 +20,6 @@ readme = "README.md" license = "MIT" repository = "https://github.com/oconnor663/os_pipe.rs" +autobins = false [target."cfg(not(windows))".dependencies.libc] version = "0.2.62" -[target."cfg(windows)".dependencies.winapi] -version = "0.3.5" -features = ["handleapi", "namedpipeapi", "processthreadsapi", "winnt"]