stackblur-iter 0.1.6

A fast, iterative, correct approach to Stackblur, resulting in a very smooth and high-quality output, with no edge bleeding
Documentation
[[bench]]
harness = false
name = "iai"

[[bench]]
harness = false
name = "iai_simd"
[dependencies.blend-srgb]
optional = true
version = "~0.1.1"

[dependencies.imgref]
version = "^1.9.2"

[dependencies.imgref-iter]
version = "~0.3.3"

[dependencies.rayon]
optional = true
version = "^1.5.3"

[dependencies.unique]
optional = true
version = "~0.9.1"
[dev-dependencies.iai]
version = "~0.1.1"

[features]
blend-srgb = ["dep:blend-srgb"]
rayon = ["dep:rayon", "dep:unique"]
simd = ["imgref-iter/simd"]

[package]
authors = ["LoganDark"]
categories = ["algorithms", "graphics", "rendering"]
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"
edition = "2021"
exclude = [".idea"]
keywords = ["stackblur", "blur", "gaussian"]
license = "MIT"
name = "stackblur-iter"
readme = "README.md"
repository = "https://github.com/LoganDark/stackblur-iter"
resolver = "2"
rust-version = "1.56"
version = "0.1.6"