[package]
edition = "2021"
name = "rsraw"
version = "0.1.1"
authors = ["hexilee <i@hexilee.me>"]
build = false
exclude = ["tests/assets"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comprehensive Rust wrapper for the LibRaw library, providing safe and idiomatic access to raw image processing capabilities, works on Linux/Windows/MacOS/iOS/Android."
homepage = "https://github.com/hexilee/rsraw"
documentation = "https://docs.rs/rsraw"
readme = "README.md"
keywords = [
"raw",
"image",
"processing",
"libraw",
"exif",
]
categories = [
"multimedia::images",
"filesystem",
"parsing",
]
license = "MIT"
repository = "https://github.com/hexilee/rsraw"
[lib]
name = "rsraw"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4"
features = [
"clock",
"serde",
]
[dependencies.rsraw-sys]
version = "0.1"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.tracing]
version = "0.1"