# 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 = "2018" name = "rdrand" version = "0.8.3" authors = ["Simonas Kazlauskas "] description = "An implementation of random number generator based on rdrand and rdseed instructions" documentation = "https://docs.rs/rdrand/0.8.2/" keywords = [ "rand", "rdrand", "rdseed", "random", ] license = "ISC" repository = "https://github.com/nagisa/rust_rdrand/" [[bench]] name = "rdrand" harness = false [dependencies.rand_core] version = "0.6" default-features = false [dev-dependencies.criterion] version = "0.3" [features] default = ["std"] std = ["rand_core/std"]