Blame rand-fix-metadata.diff

785a44f
--- rand-0.5.6/Cargo.toml	1970-01-01T00:00:00+00:00
785a44f
+++ rand-0.5.6/Cargo.toml	2019-06-22T07:54:04.893889+00:00
caf4964
@@ -22,6 +22,7 @@
caf4964
 categories = ["algorithms", "no-std"]
caf4964
 license = "MIT/Apache-2.0"
caf4964
 repository = "https://github.com/rust-lang-nursery/rand"
caf4964
+exclude = ["/utils/*", "/.travis.yml", "/appveyor.yml"]
caf4964
 [package.metadata.docs.rs]
caf4964
 all-features = true
caf4964
 [dependencies.log]
caf4964
@@ -48,22 +49,9 @@
caf4964
 i128_support = []
caf4964
 nightly = ["i128_support"]
caf4964
 serde1 = ["serde", "serde_derive", "rand_core/serde1"]
f659318
-std = ["rand_core/std", "alloc", "libc", "winapi", "cloudabi", "fuchsia-cprng"]
caf4964
-[target."cfg(target_os = \"cloudabi\")".dependencies.cloudabi]
caf4964
-version = "0.0.3"
caf4964
-optional = true
f659318
-[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-cprng]
f659318
-version = "0.1.0"
caf4964
-optional = true
caf4964
+std = ["rand_core/std", "alloc", "libc"]
caf4964
 [target."cfg(unix)".dependencies.libc]
caf4964
 version = "0.2"
caf4964
-optional = true
caf4964
-[target."cfg(windows)".dependencies.winapi]
caf4964
-version = "0.3"
caf4964
-features = ["minwindef", "ntsecapi", "profileapi", "winnt"]
caf4964
-optional = true
caf4964
-[target.wasm32-unknown-unknown.dependencies.stdweb]
caf4964
-version = "0.4"
caf4964
 optional = true
caf4964
 [badges.appveyor]
caf4964
 repository = "alexcrichton/rand"