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
942 B

6 years ago
--- rand-0.6.5/Cargo.toml 1969-12-31T16:00:00-08:00
+++ rand-0.6.5/Cargo.toml 2019-01-28T14:27:08.386144-08:00
6 years ago
@@ -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]
6 years ago
@@ -71,18 +66,11 @@
alloc = ["rand_core/alloc"]
6 years ago
default = ["std"]
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", "rand_jitter/std"]
6 years ago
-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"