# 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 = "esdm-tool" version = "0.1.5" authors = ["Markus Theil "] description = "provides small tool to query and use ESDM" readme = "README.md" keywords = [ "rand", "random", "esdm", "rng", "cli", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/thillux/rand-esdm" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.hex] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.rand-esdm] version = "0.1.5" [features] default = [] [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