[dependencies.lazy_static]
version = "1.4.0"
[dependencies.rand]
optional = true
version = "0.8.0"
[dependencies.regex]
version = "1.4.2"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.118"
[features]
complete = ["serde", "rand"]
[package]
authors = ["oblitersofware", "JonathanxD <jhrldev@gmail.com>"]
categories = ["data-structures", "internationalization", "parsing"]
description = "Provides data structure and validation for Brazilian Registries, such as CPF, CNPJ and CNH (currently only CPF and CNPJ is supported)"
edition = "2018"
homepage = "https://github.com/oblitersoftware/validbr"
keywords = ["validation", "brazil", "cpf", "cnpj"]
license-file = "LICENSE"
name = "validbr"
readme = "README.md"
repository = "https://github.com/oblitersoftware/validbr"
version = "0.2.0"