# 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" rust-version = "1.63" name = "stackblur-iter" version = "0.2.0" authors = ["LoganDark"] exclude = [".idea"] description = "A fast, iterative, correct approach to Stackblur, resulting in a very smooth and high-quality output, with no edge bleeding" documentation = "https://docs.rs/stackblur-iter" readme = "README.md" keywords = [ "stackblur", "blur", "gaussian", ] categories = [ "algorithms", "graphics", "rendering", ] license = "MIT" repository = "https://github.com/LoganDark/stackblur-iter" resolver = "2" [[bench]] name = "iai" harness = false [[bench]] name = "iai_simd" harness = false [dependencies.blend-srgb] version = "~0.1.1" optional = true [dependencies.imgref] version = "^1.9.2" [dependencies.imgref-iter] version = "~0.4.0" [dependencies.rayon] version = "^1.5.3" optional = true [dependencies.unique] version = "~0.9.1" optional = true [dev-dependencies.iai] version = "~0.1.1" [features] blend-srgb = ["dep:blend-srgb"] rayon = [ "dep:rayon", "dep:unique", ] simd = ["imgref-iter/simd"]