blurhash 0.2.0

A pure Rust implementation of blurhash
Documentation
[[bench]]
harness = false
name = "decode"

[[bench]]
harness = false
name = "encode"
[dependencies.gdk-pixbuf]
optional = true
version = "0.18"

[dependencies.image]
optional = true
version = "0.23"
[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.image]
version = "0.23"

[features]
default = []
gdk-pixbuf = ["dep:gdk-pixbuf"]
image = ["dep:image"]

[package]
authors = ["Ruben De Smet <ruben.de.smet@rubdos.be>", "Raincal <cyj94228@gmail.com>"]
description = "A pure Rust implementation of blurhash"
documentation = "https://docs.rs/blurhash"
edition = "2018"
keywords = ["blurhash", "image"]
license = "Apache-2.0/MIT"
name = "blurhash"
readme = "README.md"
repository = "https://github.com/whisperfish/blurhash-rs"
version = "0.2.0"