[package] name = "china-id" version = "0.1.2" edition = "2021" description = "A tool that can verify the validity of Chinese identity card numbers" license = "MIT OR Apache-2.0" authors = ["CuiPeiyu "] repository = "https://github.com/cuipeiyu/china-id" include = ["src/**/*", "README.md", "LICENSE-*", "benches"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.31" [dev-dependencies] criterion = "0.4" [[bench]] name = "benchmark" harness = false