rawlib 0.3.0

High-performance RAW image thumbnail extractor with batch processing support
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 = "2021"
name = "rawlib"
version = "0.3.0"
authors = ["mtaech"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance RAW image thumbnail extractor with batch processing support"
homepage = "https://github.com/mtaech/rawlib"
readme = "README.md"
keywords = [
    "raw",
    "image",
    "thumbnail",
    "libraw",
    "photography",
]
categories = [
    "multimedia::images",
    "command-line-utilities",
]
license = "MIT"

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

[[bin]]
name = "rawlib"
path = "src/main.rs"

[[example]]
name = "parallel_processing"
path = "examples/parallel_processing.rs"

[[example]]
name = "usage"
path = "examples/usage.rs"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
    "wrap_help",
]

[dependencies.env_logger]
version = "0.11"

[dependencies.indicatif]
version = "0.17"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1.16"

[dependencies.rayon]
version = "1.8"

[dependencies.thiserror]
version = "1.0"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.tempfile]
version = "3.8"

[build-dependencies.cc]
version = "1.0"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1