[package]
edition = "2021"
name = "cinv"
version = "0.1.1"
authors = ["kiro <imljp@foxmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GB 11643-1999 Chinese citizen identification number validator"
readme = "README.md"
keywords = [
"china",
"id-card",
"gb11643",
"validator",
"citizen",
]
categories = [
"parser-implementations",
"algorithms",
"encoding",
"development-tools",
"text-processing",
]
license = "MIT"
repository = "https://github.com/ljporljp/cinv"
[lib]
name = "cinv"
path = "src/lib.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"