# 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 = "blurslice" version = "0.1.0" authors = ["Lindsay Roberts "] description = "An implementation of \"Fastest Gaussian Blur\" for N-channel image slices" keywords = [ "graphics", "blur", "image", ] categories = [ "multimedia::images", "graphics", ] license = "MIT" repository = "https://github.com/lsr0/blurslice" resolver = "2" [[test]] name = "file" harness = false [[bench]] name = "bench" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.image] version = "0"