fast_morphology 0.3.2

Fast morphological operations for images
Documentation
[dependencies.image]
default-features = false
optional = true
version = "0.25.0"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rayon]
version = "1.10.0"

[features]
avx = []
default = ["neon", "avx", "sse"]
image = ["dep:image"]
neon = []
sse = []

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

[package]
authors = ["Radzivon Bartoshyk"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::images"]
description = "Fast morphological operations for images"
documentation = "https://github.com/awxkee/fast_morphology.git"
edition = "2021"
exclude = ["*.jpg", "*.png"]
homepage = "https://github.com/awxkee/fast_morphology.git"
keywords = ["morph", "morphology", "dilate", "erode"]
license = "BSD-3-Clause OR Apache-2.0"
name = "fast_morphology"
readme = "README.md"
repository = "https://github.com/awxkee/fast_morphology.git"
rust-version = "1.82.0"
version = "0.3.2"