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.
23 lines
694 B
23 lines
694 B
6 years ago
|
--- rand-0.4.3/Cargo.toml 1970-01-01T01:00:00+01:00
|
||
|
+++ rand-0.4.3/Cargo.toml 2018-10-31T11:43:07.471112+01:00
|
||
7 years ago
|
@@ -22,6 +22,7 @@
|
||
|
categories = ["algorithms"]
|
||
|
license = "MIT/Apache-2.0"
|
||
|
repository = "https://github.com/rust-lang-nursery/rand"
|
||
6 years ago
|
+exclude = ["/utils/*", "/.travis.yml", "/appveyor.yml"]
|
||
|
|
||
7 years ago
|
[features]
|
||
|
alloc = []
|
||
|
@@ -29,11 +30,6 @@
|
||
7 years ago
|
i128_support = []
|
||
|
nightly = ["i128_support"]
|
||
|
std = ["libc"]
|
||
|
-[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-zircon]
|
||
|
-version = "0.3.2"
|
||
|
[target."cfg(unix)".dependencies.libc]
|
||
|
version = "0.2"
|
||
|
optional = true
|
||
|
-[target."cfg(windows)".dependencies.winapi]
|
||
|
-version = "0.3"
|
||
|
-features = ["minwindef", "ntsecapi", "profileapi", "winnt"]
|