# 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 = "userspace-rng" version = "1.0.3" description = "provides secure randomness with entropy generated in userspace" readme = "README.md" license = "MIT" repository = "https://github.com/DavidVorick/userspace-rng" resolver = "2" [[bench]] name = "rng_speed" harness = false [dependencies.anyhow] version = "1.0" [dependencies.getrandom] version = "0.2" features = [ "js", "std", ] [dependencies.rand_core] version = "0.5" [dependencies.sha2] version = "0.10" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.ed25519-dalek] version = "1" [dev-dependencies.rand_core] version = "0.5"