[package] name = "personnummer" description = "Validate Swedish personal identity numbers" version = "3.1.1" authors = ["Simon Sawert "] edition = "2021" license = "MIT" readme = "README.md" homepage = "https://personnummer.dev" repository = "https://github.com/personnummer/rust" [dependencies] chrono = { version = "0.4", default-features = false, features = [ "clock", "std", ] } lazy_static = "1.4.0" regex = "1"