[package] name = "emojihash-rs" version = "0.2.1" description = "Library and binary to hash arbitrary data into emoji" authors = ["Markus Becker "] edition = "2018" license = "MIT" repository = "https://mtib.dev/mtib/emojihash-rs" readme = "README.md" [lib] name = "emojihash" edition = "2018" [dependencies] sha2 = "0.8.1"