# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "validbr" version = "0.2.1" authors = ["oblitersofware", "JonathanxD "] description = "Provides data structure and validation for Brazilian Registries, such as CPF, CNPJ and CNH (currently only CPF and CNPJ is supported)" homepage = "https://github.com/oblitersoftware/validbr" documentation = "https://docs.rs/validbr/" readme = "README.md" keywords = ["validation", "brazil", "cpf", "cnpj"] categories = ["data-structures", "internationalization", "parsing"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/oblitersoftware/validbr" [package.metadata.docs.rs] all-features = true [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.0" optional = true [dependencies.regex] version = "1.4.2" [dependencies.serde] version = "1.0.118" features = ["derive"] optional = true [features] complete = ["serde", "rand"]