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.2.2" 17authors = ["The Rand Project Developers"] 18exclude = [".*"] 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[package.metadata.docs.rs] 25features = ["std", "custom"] 26rustdoc-args = ["--cfg", "docsrs"] 27[dependencies.cfg-if] 28version = "1" 29 30[dependencies.compiler_builtins] 31version = "0.1" 32optional = true 33 34[dependencies.core] 35version = "1.0" 36optional = true 37package = "rustc-std-workspace-core" 38 39[features] 40custom = [] 41js = ["wasm-bindgen", "js-sys"] 42rdrand = [] 43rustc-dep-of-std = ["compiler_builtins", "core", "libc/rustc-dep-of-std", "wasi/rustc-dep-of-std"] 44std = [] 45test-in-browser = [] 46[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.js-sys] 47version = "0.3" 48optional = true 49 50[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.wasm-bindgen] 51version = "0.2.62" 52optional = true 53default-features = false 54[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dev-dependencies.wasm-bindgen-test] 55version = "0.3.18" 56[target."cfg(target_os = \"wasi\")".dependencies.wasi] 57version = "0.10" 58[target."cfg(unix)".dependencies.libc] 59version = "0.2.64" 60default-features = false 61