[package] name = "luhn" version = "1.0.1" description = "A Luhn validation library" authors = [ "Jeff Carpenter ", "Alex Sayers ", ] license = "MIT" edition = "2018" repository = "https://github.com/jeffcarp/luhn-rs" readme = "README.md" [dependencies] digits_iterator = "0.1"