[package] name = "blurhash-ng" description = "A pure Rust implementation of blurhash" documentation = "https://docs.rs/blurhash" repository = "https://github.com/Raincal/blurhash-rs" readme = "README.md" keywords = [ "blurhash", "image" ] license = "Apache-2.0/MIT" version = "0.1.2" authors = ["Raincal "] edition = "2018" [dependencies] [dev-dependencies] image = "0.23.13"