# 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 = "slur" version = "0.1.0" authors = ["LoganDark"] description = "A fast, iterative, correct approach to Stackblur, resulting in a very smooth and high-quality output, with no edge bleeding" readme = "README.md" keywords = [ "stackblur", "blur", "gaussian", ] categories = [ "algorithms", "graphics", "rendering", ] license = "MIT" repository = "https://github.com/bend-n/slur" [[bench]] name = "iai" harness = false [[bench]] name = "iai_simd" harness = false [dependencies.imgref] version = "^1.9.2" [dependencies.imgref-iter] version = "~0.4.0" features = ["simd"] [dev-dependencies]