[package] name = "luhn3" version = "1.1.0" description = "A Luhn validation library" authors = [ "Michael Baykov ", ] license = "MIT" edition = "2021" repository = "https://github.com/pacak/luhn" readme = "README.md" keywords = ["checksum", "luhn", "no_std"] categories = ["algorithms", "cryptography"] [dependencies]