wonfy-tools 0.1.2

Collection of tools for personal use, provides library and CLI.
Documentation
[[bin]]
name = "wonfy-tools-cli"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.chrono]
optional = true
version = "0.4.41"

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5.38"

[dependencies.image]
version = "0.25.6"

[dependencies.itertools]
version = "0.14.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"

[features]
cli = ["dep:clap", "dep:chrono"]
default = []

[lib]
crate-type = ["cdylib", "rlib"]
name = "wonfy_tools"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "wasm", "multimedia::images"]
description = "Collection of tools for personal use, provides library and CLI."
edition = "2024"
keywords = ["tools", "image", "stitching"]
license = "MIT"
name = "wonfy-tools"
readme = "README.md"
repository = "https://github.com/SalahaldinBilal/wonfy-tools"
version = "0.1.2"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.console_error_panic_hook]
version = "0.1.7"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.js-sys]
version = "0.3.77"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.tracing-wasm]
version = "0.2.1"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.wasm-bindgen]
version = "0.2.100"