Blame getrandom-fix-metadata.diff

c7a85d6
--- getrandom-0.2.1/Cargo.toml	1970-01-01T00:00:00+00:00
c7a85d6
+++ getrandom-0.2.1/Cargo.toml	2021-01-04T07:28:08.008900+00:00
c7a85d6
@@ -26,34 +26,10 @@
c7a85d6
 [dependencies.cfg-if]
c7a85d6
 version = "1"
c7a85d6
 
c7a85d6
-[dependencies.compiler_builtins]
c7a85d6
-version = "0.1"
c7a85d6
-optional = true
c7a85d6
-
c7a85d6
-[dependencies.core]
c7a85d6
-version = "1.0"
c7a85d6
-optional = true
c7a85d6
-package = "rustc-std-workspace-core"
c7a85d6
-
c7a85d6
 [features]
c7a85d6
 custom = []
c7a85d6
-js = ["wasm-bindgen", "js-sys"]
c7a85d6
 rdrand = []
c7a85d6
-rustc-dep-of-std = ["compiler_builtins", "core"]
c7a85d6
 std = []
c7a85d6
-test-in-browser = []
c7a85d6
-[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.js-sys]
c7a85d6
-version = "0.3"
c7a85d6
-optional = true
c7a85d6
-
c7a85d6
-[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.wasm-bindgen]
c7a85d6
-version = "0.2.62"
c7a85d6
-optional = true
c7a85d6
-default-features = false
c7a85d6
-[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dev-dependencies.wasm-bindgen-test]
fabcb0e
-version = "0.3.18"
373b504
-[target."cfg(target_os = \"wasi\")".dependencies.wasi]
c7a85d6
-version = "0.10"
db7f4a8
 [target."cfg(unix)".dependencies.libc]
db7f4a8
 version = "0.2.64"
db7f4a8
 default-features = false