# 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 = "ispc-downsampler" version = "0.4.0" include = [ "/src/", "/build.rs", "/benches/", "/examples/", "/README.md", "/LICENSE-*", ] description = "Image downsampler crate using ISPC" homepage = "https://github.com/Traverse-Research/ispc-downsampler" documentation = "https://docs.rs/ispc-downsampler" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/Traverse-Research/ispc-downsampler" [[bench]] name = "basic" harness = false [dependencies.ispc_rt] version = "2" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.image] version = "0.25.1" [dev-dependencies.resize] version = "0.8" [dev-dependencies.stb_image] version = "0.3.0" [build-dependencies.ispc_compile] version = "2.0.1" optional = true [build-dependencies.ispc_rt] version = "2" [features] ispc = ["ispc_compile"]