gainforge 0.4.0

HDR tonemapping library
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"
rust-version = "1.82.0"
name = "gainforge"
version = "0.4.0"
authors = ["Radzivon Bartoshyk"]
build = false
exclude = [
    "*.jpg",
    "assets/*",
    "*.png",
    "assets/bench.jpg",
    "assets/bench.png",
    "assets/hdr.avif",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HDR tonemapping library"
homepage = "https://github.com/awxkee/gainforge"
documentation = "https://github.com/awxkee/gainforge"
readme = "README.md"
keywords = [
    "hdr",
    "tonemap",
    "image",
]
categories = ["multimedia::images"]
license = "BSD-3-Clause OR Apache-2.0"
repository = "https://github.com/awxkee/gainforge"

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

[features]
default = []
uhdr = [
    "dep:serde",
    "dep:quick-xml",
]

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

[dependencies.moxcms]
version = "0.8.0"

[dependencies.num-traits]
version = "0.2"

[dependencies.pxfm]
version = "^0.1.1"

[dependencies.quick-xml]
version = "0.39.0"
features = [
    "serde",
    "serde-types",
    "serialize",
]
optional = true

[dependencies.serde]
version = "^1.0.219"
features = ["derive"]
optional = true