From: Ximin Luo Date: Tue, 1 May 2018 07:32:05 +0000 (+0530) Subject: _clean-cargo-deps X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2^2~1^2~1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0e1902c54c7af5d6427ee330772bbc9e5ca261dd;p=cargo.git _clean-cargo-deps Gbp-Pq: Name 2004_clean-cargo-deps.patch --- diff --git a/Cargo.toml b/Cargo.toml index 877980ead..175db7e62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,26 +57,26 @@ url = "1.1" [target.'cfg(target_os = "macos")'.dependencies] core-foundation = { version = "0.5.1", features = ["mac_os_10_7_support"] } -[target.'cfg(windows)'.dependencies] -miow = "0.3" +# [target.'cfg(windows)'.dependencies] +# miow = "0.3" -[target.'cfg(windows)'.dependencies.winapi] -version = "0.3" -features = [ - "handleapi", - "jobapi", - "jobapi2", - "minwindef", - "ntdef", - "processenv", - "processthreadsapi", - "psapi", - "synchapi", - "winerror", - "winbase", - "wincon", - "winnt", -] +# [target.'cfg(windows)'.dependencies.winapi] +# version = "0.3" +# features = [ +# "handleapi", +# "jobapi", +# "jobapi2", +# "minwindef", +# "ntdef", +# "processenv", +# "processthreadsapi", +# "psapi", +# "synchapi", +# "winerror", +# "winbase", +# "wincon", +# "winnt", +# ] [dev-dependencies] bufstream = "0.1"