id-validator 0.2.3

China ID card number validator(中国身份证号验证工具)
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 = "2024"
name = "id-validator"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "China ID card number validator(中国身份证号验证工具)"
readme = "README.md"
keywords = [
    "idcard",
    "idcard-number",
    "idcard-chinese",
    "validator",
    "idcard-validator",
]
license = "MIT"
repository = "https://github.com/peng0208/id-validator"

[lib]
name = "id_validator"
path = "src/lib.rs"

[[example]]
name = "main"
path = "examples/main.rs"

[dependencies.chrono]
version = "0.4.39"

[dependencies.rand]
version = "0.10.1"