hetu 0.8.1

Simple crate for validating and generating Finnish Personal Identity Code (HETU)
Documentation
[package]
name = "hetu"
description = "Simple crate for validating and generating Finnish Personal Identity Code (HETU)"
version = "0.8.1"
authors = ["Jarno Elovirta <jarno@elovirta.com>"]
repository = "https://github.com/jelovirt/hetu"
readme = "README.md"
keywords = ["hetu", "ssn"]
license = "MIT"

[lib]
name = "hetu"
path = "src/lib.rs"

[dependencies]
rand = "0.3.14"
ansi_term = "0.12.1"

[dev-dependencies]
regex = "1.5"