rawshift 0.1.0

RAW image processing library focused on compatibility, correctness, and interoperability
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"
rust-version = "1.90.0"
name = "rawshift"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RAW image processing library focused on compatibility, correctness, and interoperability"
homepage = "https://github.com/justin13888/rawshift"
documentation = "https://docs.rs/rawshift"
readme = "README.md"
keywords = [
    "raw",
    "image",
    "dng",
    "arw",
    "photo",
]
categories = [
    "multimedia::images",
    "encoding",
    "parser-implementations",
]
license = "MPL-2.0"
repository = "https://github.com/justin13888/rawshift"

[package.metadata.docs.rs]
features = ["full"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["image"]
full = [
    "image",
    "rawshift-image/full",
    "video",
    "rawshift-video/full",
    "serde",
]
image = ["dep:rawshift-image"]
serde = ["rawshift-image?/serde"]
video = ["dep:rawshift-video"]

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

[dependencies.rawshift-image]
version = "0.1.0"
optional = true

[dependencies.rawshift-video]
version = "0.1.0"
optional = true