# 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 = "rand-esdm" version = "0.1.5" authors = ["Markus Theil "] description = "provides interface to ESDM RNG server" readme = "README.md" keywords = [ "rand", "random", "esdm", "rng", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/thillux/rand-esdm" [dependencies.esdm-sys] version = "0.1.5" [dependencies.libc] version = "0.2.155" [dependencies.rand_core] version = "0.6.4" features = ["std"] [dependencies.regex] version = "1.10.4" [dev-dependencies.rand] version = "0.8.5" [features] default = [] privileged_tests = [] [lints.clippy.all] level = "deny" priority = 0 [lints.clippy.cargo] level = "deny" priority = 0 [lints.clippy.missing_errors_doc] level = "allow" priority = 1 [lints.clippy.missing_panics_doc] level = "allow" priority = 1 [lints.clippy.missing_safety_doc] level = "allow" priority = 1 [lints.clippy.pedantic] level = "deny" priority = 0