From: Ximin Luo Date: Thu, 7 Jun 2018 05:35:30 +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^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=57e0fe7e59fc3393e05bc231d177d53c6afaecfd;p=cargo.git _clean-cargo-deps Gbp-Pq: Name 2004_clean-cargo-deps.patch --- diff --git a/Cargo.toml b/Cargo.toml index 6a37ad3e7..b3f99f76b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,27 +61,27 @@ num-traits = "0.2" # enable the default feature [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", - "ntstatus", - "processenv", - "processthreadsapi", - "psapi", - "synchapi", - "winerror", - "winbase", - "wincon", - "winnt", -] +# [target.'cfg(windows)'.dependencies.winapi] +# version = "0.3" +# features = [ +# "handleapi", +# "jobapi", +# "jobapi2", +# "minwindef", +# "ntdef", +# "ntstatus", +# "processenv", +# "processthreadsapi", +# "psapi", +# "synchapi", +# "winerror", +# "winbase", +# "wincon", +# "winnt", +# ] [dev-dependencies] bufstream = "0.1"