1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "getrandom" 16version = "0.1.14" 17authors = ["The Rand Project Developers"] 18exclude = ["utils/*", ".*", "appveyor.yml"] 19description = "A small cross-platform library for retrieving random data from system source" 20documentation = "https://docs.rs/getrandom" 21categories = ["os", "no-std"] 22license = "MIT OR Apache-2.0" 23repository = "https://github.com/rust-random/getrandom" 24[dependencies.cfg-if] 25version = "0.1.2" 26 27[dependencies.compiler_builtins] 28version = "0.1" 29optional = true 30 31[dependencies.core] 32version = "1.0" 33optional = true 34package = "rustc-std-workspace-core" 35 36[dependencies.log] 37version = "0.4" 38optional = true 39 40[features] 41dummy = [] 42rustc-dep-of-std = ["compiler_builtins", "core"] 43std = [] 44test-in-browser = ["wasm-bindgen"] 45[target."cfg(target_os = \"wasi\")".dependencies.wasi] 46version = "0.9" 47[target."cfg(unix)".dependencies.libc] 48version = "0.2.64" 49default-features = false 50[target.wasm32-unknown-unknown.dependencies.stdweb] 51version = "0.4.18" 52optional = true 53 54[target.wasm32-unknown-unknown.dependencies.wasm-bindgen] 55version = "0.2.29" 56optional = true 57[target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen-test] 58version = "0.2" 59[badges.appveyor] 60repository = "rust-random/getrandom" 61 62[badges.travis-ci] 63repository = "rust-random/getrandom" 64