# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "stackblur" version = "0.1.0" authors = ["Owen Walpole "] include = ["Cargo.toml", "README.md", "LICENSE-MIT.md", "LICENSE-APACHE.md", "src/*.rs"] description = "A fast approximation of gaussian blur" homepage = "https://github.com/owenthewizard/stackblur" documentation = "https://docs.rs/stackblur" readme = "README.md" keywords = ["stackblur", "gaussian", "blur"] categories = ["multimedia::images", "algorithms", "graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/owenthewizard/stackblur.git" [profile.release] lto = "fat" codegen-units = 1 [dependencies] [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.png] version = "0.16" [badges.is-it-maintained-issue-resolution] repository = "owenthewizard/stackblur" [badges.is-it-maintained-open-issues] repository = "owenthewizard/stackblur" [badges.maintenance] status = "actively-developed"