[package] name = "il_tz" version = "0.1.3" edition = "2021" authors = ["Ofer Sadan "] description = "A Rust library for working with Israeli ID numbers (TZ)" readme = "README.md" homepage = "https://github.com/ofersadan85/il_tz" repository = "https://github.com/ofersadan85/il_tz" license = "MIT" keywords = ["id", "israel", "tz", "validation", "parsing"] categories = ["data-structures", "parsing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num = "0.4.0" thiserror = "1.0.38" clap = { version = "4.1.1", features = ["derive"], optional = true } [features] cli = ["clap"] [[bin]] name = "iltz" path = "src/main.rs" doc = false required-features = ["cli"]