--- rand-0.4.2/Cargo.toml 1970-01-01T01:00:00+01:00 +++ rand-0.4.2/Cargo.toml 2018-01-06T13:44:52.496038+01:00 @@ -29,11 +29,6 @@ i128_support = [] nightly = ["i128_support"] std = ["libc"] -[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-zircon] -version = "0.3.2" [target."cfg(unix)".dependencies.libc] version = "0.2" optional = true -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["minwindef", "ntsecapi", "profileapi", "winnt"]