wonfy-tools 0.2.0

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

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

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

[[bin]]
name = "wonfy-tools-cli"
path = "src/main.rs"
required-features = ["cli"]

[[test]]
name = "stitch_e2e"
path = "tests/stitch_e2e.rs"

[dependencies.bytemuck]
version = "1.25.1"
features = ["derive"]

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

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

[dependencies.futures-channel]
version = "0.3.32"

[dependencies.image]
version = "0.25.6"

[dependencies.rayon]
version = "1.10.0"
optional = true

[dependencies.wgpu]
version = "30.0.0"

[dev-dependencies.image]
version = "0.25.6"

[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"

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pollster]
version = "1.0.1"