zune-imageprocs 0.5.1

Common image processing routines for zune-image
Documentation
# 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"
rust-version = "1.87.0"
name = "zune-imageprocs"
version = "0.5.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common image processing routines for zune-image"
readme = "README.md"
keywords = [
    "image",
    "image-processing",
]
categories = ["multimedia::images"]
license = "MIT OR Apache-2.0 OR Zlib"
repository = "https://github.com/etemesi254/zune-image/tree/dev/crates/zune-imageprocs"

[features]
avx2 = []
benchmarks = []
cms = ["moxcms"]
default = [
    "avx2",
    "sse2",
    "sse3",
    "sse41",
    "threads",
    "cms",
]
exif = [
    "zune-image/metadata",
    "kamadak-exif",
]
log = ["zune-core/log"]
portable-simd = []
sse2 = []
sse3 = []
sse41 = []
threads = []

[lib]
name = "zune_imageprocs"
path = "src/lib.rs"

[dependencies.kamadak-exif]
version = "0.6.1"
optional = true

[dependencies.moxcms]
version = "0.8.0"
optional = true

[dependencies.zune-core]
version = "^0.5.1"

[dependencies.zune-image]
version = "^0.5.0"
default-features = false

[dev-dependencies.nanorand]
version = "0.7.0"
features = ["wyrand"]
default-features = false