# 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 = "getrandom_or_panic" version = "0.0.3" exclude = [".gitignore"] description = " Implements a RngCore which panics unless getrandom exists " documentation = "https://docs.rs/getrandom_or_panic" readme = "README.md" keywords = [ "cryptography", "random", ] categories = [ "cryptography", "no-std", ] license = "BSD-3-Clause" repository = "https://github.com/burdges/getrandom_or_panic" [dependencies.rand] version = "0.8.5" optional = true [dependencies.rand_core] version = "0.6.4" default-features = false [features] alloc = ["rand_core/alloc"] default = [ "std", "getrandom", ] getrandom = ["rand_core/getrandom"] std = [ "alloc", "getrandom", "rand", ]