[[bench]]
harness = false
name = "sharpening"
path = "benches/sharpening.rs"
[[bin]]
name = "sharpy"
path = "src/bin/sharpy.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.glob]
version = "0.3"
[dependencies.image]
version = "0.25"
[dependencies.indicatif]
version = "0.18"
[dependencies.rayon]
version = "1.10"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "builder"
path = "examples/builder.rs"
[[example]]
name = "compare_methods"
path = "examples/compare_methods.rs"
[[example]]
name = "presets"
path = "examples/presets.rs"
[lib]
name = "sharpy"
path = "src/lib.rs"
[package]
authors = ["Max Enko <max@bigmail.one>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::images", "multimedia::encoding"]
description = "High-performance image sharpening library for Rust"
edition = "2021"
keywords = ["image", "sharpening", "image-processing", "graphics", "filter"]
license = "MIT"
name = "sharpy"
readme = "README.md"
repository = "https://github.com/maxenko/sharpy"
version = "0.1.2"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"