[package] name = "verhoeff" description = "The Verhoeff algorithm, for number checksums" authors = ["Chris Morgan "] license = "BlueOak-1.0.0 OR MIT OR Apache-2.0" version = "1.0.0" edition = "2021" categories = ["algorithms"] repository = "https://gitlab.com/chris-morgan/verhoeff" [features] default = ["std"] std = ["alloc"] alloc = []