# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "cpf" version = "0.3.2" authors = ["Rodrigo Navarro "] description = "Brazilian CPF parsing, validating and formatting library." documentation = "https://docs.rs/cpf" readme = "README.md" keywords = [ "cpf", "Brasil", "Brazil", ] categories = ["no-std"] 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 default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.rand] version = "0.8" features = [ "std", "std_rng", "small_rng", ] default-features = false [features] default = ["std"] full = [ "serde", "std", "rand", ] serde = ["dep:serde"] std = ["serde?/std"]