[package] name = "EasyCrypto" version = "0.8.1" edition = "2021" authors = ["yoru "] description = "A simple crypto crate aim at usability" repository = "https://gitlab.com/sweetyoru/easy-crypto/" license-file = "LICENSE" readme = "README.md" keywords = ["crypto"] [profile.release] overflow-checks = true [dependencies] [dev-dependencies] hex = "0.4.3"