ec-validator 0.1.1

High-performance validation for Ecuadorian government IDs (cédula, RUC) and financial data (IBAN)
Documentation
# 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 = "2021"
name = "ec-validator"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance validation for Ecuadorian government IDs (cédula, RUC) and financial data (IBAN)"
documentation = "https://docs.rs/ec-validator"
readme = "README.md"
keywords = [
    "ecuador",
    "cedula",
    "ruc",
    "iban",
    "sri",
]
categories = [
    "data-structures",
    "no-std",
]
license = "MIT"
repository = "https://github.com/rocketxz/ec-validator"

[features]
default = []
serde = ["serde/derive"]
wasm = [
    "wasm-bindgen",
    "js-sys",
]

[lib]
name = "ec_validator"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bench]]
name = "validators"
path = "benches/validators.rs"
harness = false

[dependencies.js-sys]
version = "0.3"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1"