# 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" rust-version = "1.60.0" name = "ferropassgen" version = "1.0.2" authors = ["James Clarke "] description = "A library for generating secure passwords and passphrases" readme = "README.md" keywords = [ "password", "passphrase", "generator", "security", ] categories = ["cryptography"] license = "GPL-3.0-or-later" repository = "https://github.com/JamesClarke7283/FerroPassGen" [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1.0" [lints.clippy] cargo = "warn" complexity = "warn" correctness = "warn" nursery = "warn" pedantic = "warn" perf = "warn" style = "warn" suspicious = "warn" [lints.rust] unsafe_code = "forbid"