cpf 0.2.0

Brazilian CPF parsing, validating and formatting library.
Documentation
[package]
name = "cpf"
version = "0.2.0"
authors = ["Rodrigo Navarro <rnavarro@rnavarro.com.br>"]
edition = "2018"
description = "Brazilian CPF parsing, validating and formatting library."
categories = ["no-std"]
keywords = ["cpf", "Brasil", "Brazil"]
documentation = "https://docs.rs/cpf"
license = "MIT"
repository = "https://github.com/reu/cpf-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
rand = { version = "0.8", optional = true }

[features]
default = ["std"]
std = []
full = ["std", "rand"]