1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
[package] name = 'slur' version = '0.1.1' authors = ['LoganDark'] edition = '2024' description = 'A fast, iterative, correct approach to Stackblur, resulting in a very smooth and high-quality output, with no edge bleeding' readme = 'README.md' repository = 'https://git.bendn.org/slur' license = 'MIT' keywords = ['stackblur', 'blur', 'gaussian'] categories = ['algorithms', 'graphics', 'rendering'] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] imgref = '^1.9.2' imgref-iter = { version = '~0.4.0', features = ["simd"] } [dev-dependencies] iai = { git = "https://github.com/bend-n/iai" } [[bench]] name = 'iai' harness = false [[bench]] name = 'iai_simd' harness = false