[package] name = "keygenx" version = "0.1.74" edition = "2021" description = "KeyGen - simple, customizable and convenient Key Generator. Open For Contribution: qmvscorpio@gmail.com" authors = ["Alexander "] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html readme = "README.md" [dependencies] rand = "0.8.5" rust-crypto = "0.2.36" [features] crypto = [] test = []