# 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 = "urandom" version = "0.1.1" authors = [ "Casper ", "Developers of the Rand project", "The Rust Project Developers", ] description = "Produce and consume randomness, to convert them to useful types and distributions, and some randomness-related algorithms." documentation = "https://docs.rs/urandom/" readme = "readme.md" keywords = [ "rand", "random", "rng", ] categories = [ "algorithms", "no-std", ] license = "MIT" repository = "https://github.com/CasualX/urandom" [dependencies.cfg-if] version = "0.1" [dependencies.dataview] version = "~1.0" default-features = false [dependencies.getrandom] version = "0.1" optional = true [features] default = [ "getrandom", "std", ] std = []