You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-rand/rand-fix-metadata.diff

34 lines
934 B

6 years ago
--- rand-0.6.4/Cargo.toml 1969-12-31T16:00:00-08:00
+++ rand-0.6.4/Cargo.toml 2019-01-10T09:32:09.837209-08:00
@@ -28,11 +28,6 @@
all-features = true
[dependencies.log]
version = "0.4"
6 years ago
-optional = true
-
-[dependencies.packed_simd]
-version = "0.3"
-features = ["into_bits"]
6 years ago
optional = true
6 years ago
[dependencies.rand_chacha]
@@ -69,18 +64,11 @@
alloc = ["rand_core/alloc"]
6 years ago
default = ["std", "rand_os"]
7 years ago
i128_support = []
-nightly = ["simd_support"]
serde1 = ["rand_core/serde1", "rand_isaac/serde1", "rand_xorshift/serde1"]
-simd_support = ["packed_simd"]
6 years ago
std = ["rand_core/std", "alloc", "rand_os"]
-stdweb = ["rand_os/stdweb"]
-wasm-bindgen = ["rand_os/wasm-bindgen"]
7 years ago
[target."cfg(unix)".dependencies.libc]
version = "0.2"
default-features = false
7 years ago
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["minwindef", "ntsecapi", "profileapi", "winnt"]
[badges.appveyor]
repository = "rust-random/rand"