--- rand-0.4.6/Cargo.toml 1969-12-31T16:00:00-08:00 +++ rand-0.4.6/Cargo.toml 2019-01-28T16:40:34.970535-08:00 @@ -22,24 +22,14 @@ categories = ["algorithms"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang-nursery/rand" +exclude = ["/utils/*", "/.travis.yml", "/appveyor.yml"] [features] alloc = [] default = ["std"] i128_support = [] -nightly = ["i128_support"] std = ["libc"] -[target."cfg(target_env = \"sgx\")".dependencies.rand_core] -version = "0.3" -default-features = false -[target."cfg(target_env = \"sgx\")".dependencies.rdrand] -version = "0.4.0" -[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-cprng] -version = "0.1.0" [target."cfg(unix)".dependencies.libc] version = "0.2" optional = true -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["minwindef", "ntsecapi", "profileapi", "winnt"]