# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "blurhash" version = "0.2.3" authors = [ "Ruben De Smet ", "Raincal ", ] description = "A pure Rust implementation of blurhash" documentation = "https://docs.rs/blurhash" readme = "README.md" keywords = [ "blurhash", "image", ] license = "Apache-2.0/MIT" repository = "https://github.com/whisperfish/blurhash-rs" [[bench]] name = "decode" harness = false [[bench]] name = "encode" harness = false [dependencies.gdk-pixbuf] version = ">= 0.18, <= 0.19" optional = true [dependencies.image] version = ">= 0.23, <= 0.25" optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.image] version = ">= 0.23, <= 0.25" [dev-dependencies.proptest] version = "1" [features] default = ["fast-linear-to-srgb"] fast-linear-to-srgb = [] gdk-pixbuf = ["dep:gdk-pixbuf"] image = ["dep:image"]