rsraw 0.1.1

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.
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 = "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"