1 2 3 4 5 6 7 8 9 10
[package] name = "passwordkit" description = "generate passwords and validate requirements" version = "0.1.1" edition = "2024" license = "MIT" repository = "https://github.com/MatthiasSchild/passwordkit" [dependencies] rand = "0.10.0"