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_os0.1/rand_os-fix-metadata.diff

28 lines
851 B

--- rand_os-0.1.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ rand_os-0.1.3/Cargo.toml 2019-08-06T06:58:01.738212+00:00
@@ -28,24 +28,8 @@
[dependencies.rand_core]
version = "0.4"
features = ["std"]
-[target."cfg(target_env = \"sgx\")".dependencies.rdrand]
-version = "0.4.0"
-[target."cfg(target_os = \"cloudabi\")".dependencies.cloudabi]
-version = "0.0.3"
-[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-cprng]
-version = "0.1.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["minwindef", "ntsecapi", "winnt"]
-[target.wasm32-unknown-unknown.dependencies.stdweb]
-version = "0.4"
-optional = true
-
-[target.wasm32-unknown-unknown.dependencies.wasm-bindgen]
-version = "0.2.12"
-optional = true
[badges.appveyor]
repository = "rust-random/rand"