[package] name = "CanaryValidationLib" version = "0.1.1" edition = "2021" author = ["AtropineTears","NightshadeLabs"] description = "This library allows validation of common data like encodings, cryptocurrency addresses, email addresses, and phone numbers using regex." license = "MIT OR Apache-2.0" keywords = ["cryptography","validation","canary","verify","encoding"] categories = ["cryptography"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.5.4"