Blob Blame History Raw
--- getrandom-0.2.2/Cargo.toml	1970-01-01T00:00:00+00:00
+++ getrandom-0.2.2/Cargo.toml	2021-01-19T14:04:02.702328+00:00
@@ -27,34 +27,10 @@
 [dependencies.cfg-if]
 version = "1"
 
-[dependencies.compiler_builtins]
-version = "0.1"
-optional = true
-
-[dependencies.core]
-version = "1.0"
-optional = true
-package = "rustc-std-workspace-core"
-
 [features]
 custom = []
-js = ["wasm-bindgen", "js-sys"]
 rdrand = []
-rustc-dep-of-std = ["compiler_builtins", "core", "libc/rustc-dep-of-std", "wasi/rustc-dep-of-std"]
 std = []
-test-in-browser = []
-[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.js-sys]
-version = "0.3"
-optional = true
-
-[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.wasm-bindgen]
-version = "0.2.62"
-optional = true
-default-features = false
-[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dev-dependencies.wasm-bindgen-test]
-version = "0.3.18"
-[target."cfg(target_os = \"wasi\")".dependencies.wasi]
-version = "0.10"
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.64"
 default-features = false