--- rand-0.8.0/Cargo.toml 1970-01-01T00:00:00+00:00 +++ rand-0.8.0/Cargo.toml 2021-01-03T09:43:35.677174+00:00 @@ -63,14 +63,11 @@ simd_support = ["packed_simd"] small_rng = [] std = ["rand_core/std", "rand_chacha/std", "alloc", "getrandom", "libc"] -std_rng = ["rand_chacha", "rand_hc"] +std_rng = ["rand_chacha"] [target."cfg(not(target_os = \"emscripten\"))".dependencies.rand_chacha] version = "0.3.0" optional = true default-features = false -[target."cfg(target_os = \"emscripten\")".dependencies.rand_hc] -version = "0.3.0" -optional = true [target."cfg(unix)".dependencies.libc] version = "0.2.22" optional = true