# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gpu_rand" version = "0.1.3" authors = ["The Rand Project Developers", "The Rust CUDA Project Developers"] description = "GPU-friendly random number generators for the Rust CUDA Project" readme = "../../README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Rust-GPU/Rust-CUDA" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] [dependencies.cust_core] version = "0.1.0" [dependencies.rand_core] version = "0.6" [target."cfg(target_os = \"cuda\")".dependencies.cuda_std] version = "0.2"