[lib]
name = "trid"
path = "src/lib.rs"
[lints.clippy]
fallible_impl_from = "deny"
fn_params_excessive_bools = "deny"
indexing_slicing = "deny"
must_use_candidate = "deny"
unneeded_field_pattern = "deny"
wildcard_enum_match_arm = "deny"
[package]
authors = ["Sedat Kapanoglu <sedat@kapanoglu.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations"]
description = "Turkish citizenship ID number type"
edition = "2021"
homepage = "https://github.com/ssg/trid"
keywords = ["turkish", "turkey", "id", "number"]
license = "Apache-2.0"
name = "trid"
readme = "README.md"
repository = "https://github.com/ssg/trid"
resolver = "3"
version = "6.0.0"