# 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 = "2021" name = "fast-blurhash" version = "1.0.1" description = "A faster implementation of the BlurHash algorithm used to generate better looking placeholder for websites and mobile apps." readme = "README.md" keywords = [ "placeholder", "blurhash", "image", ] license = "Apache-2.0" repository = "https://github.com/Sofiman/fast-blurhash" [[bench]] name = "base83" harness = false [[bench]] name = "dct" harness = false [dependencies] [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.ril] version = "0.9" features = ["webp"]