[package]
edition = "2024"
rust-version = "1.85.0"
name = "stdbr-core"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard library for Brazil"
homepage = "https://github.com/fullzer4/stdbr"
readme = "README.md"
keywords = [
"brazil",
"cpf",
"cnpj",
"cep",
"validation",
]
categories = [
"localization",
"text-processing",
"wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fullzer4/stdbr"
resolver = "2"
[features]
default = ["std"]
std = []
[lib]
name = "stdbr_core"
path = "src/lib.rs"
[[test]]
name = "parity"
path = "tests/parity.rs"
[dev-dependencies.serde_json]
version = "1"
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1