hkid_ops 0.2.4

A Rust library for generating and validating Hong Kong Identity Card (HKID) numbers, supporting all official and custom prefixes, with correct check digit calculation.
Documentation
[dependencies.lazy_static]
version = "1.5.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.rand]
version = "0.9.1"

[dependencies.regex]
version = "1.11.1"

[dependencies.strum]
version = "0.27.1"

[dependencies.strum_macros]
version = "0.27.1"

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

[package]
authors = ["sam.leung <iam@samleung.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library for generating and validating Hong Kong Identity Card (HKID) numbers, supporting all official and custom prefixes, with correct check digit calculation."
edition = "2021"
exclude = ["target/*", "docs/*"]
include = ["**/*.rs", "LICENSE"]
keywords = ["hkid", "hkid_generator", "hkid_check_digit"]
license-file = "LICENSE"
name = "hkid_ops"
readme = "README.md"
repository = "https://github.com/iam-samleung/hkid_ops/tree/master/rust_hkid_ops"
version = "0.2.4"