--- getrandom-0.2.1/Cargo.toml 1970-01-01T00:00:00+00:00 +++ getrandom-0.2.1/Cargo.toml 2021-01-04T07:28:08.008900+00:00 @@ -26,34 +26,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"] 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