raw_preview_rs 0.1.2

A Rust library for processing raw images to create fast previews and handling EXIF metadata.
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 = "raw_preview_rs"
version = "0.1.2"
authors = ["mlgldl <mail@mlgldl.dev>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for processing raw images to create fast previews and handling EXIF metadata."
readme = "README.md"
keywords = [
    "image-processing",
    "raw",
    "jpeg",
    "exif",
]
categories = ["multimedia::images"]
license = "GPL-3.0"
repository = "https://github.com/mlgldl/raw_preview_rs"

[features]
default = ["simd"]
simd = []

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

[dependencies.libc]
version = "0.2.174"

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

[build-dependencies.flate2]
version = "1.1.2"

[build-dependencies.reqwest]
version = "0.12.22"
features = ["blocking"]

[build-dependencies.tar]
version = "0.4.44"