fast_morphology 0.2.0

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]
default = []
image = ["dep:image"]

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

[package]
authors = ["Radzivon Bartoshyk"]
autobenches = false
autobins = false
autoexamples = 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"
version = "0.2.0"