oidn 2.4.1

A wrapper for the Intel OpenImageDenoise image denoising 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 = "2024"
name = "oidn"
version = "2.4.1"
authors = ["Will Usher <will@willusher.io>"]
build = "build.rs"
links = "OpenImageDenoise"
include = [
    "/Cargo.toml",
    "/LICENSE.md",
    "/README.md",
    "/build.rs",
    "/shared/helper.rs",
    "/src/**",
    "/tests/**",
    "/examples/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A wrapper for the Intel OpenImageDenoise image denoising library."
homepage = "https://github.com/Twinklebear/oidn-rs"
documentation = "https://docs.rs/oidn"
readme = "README.md"
keywords = [
    "openimagedenoise",
    "denoise",
    "denoising",
]
license = "MIT"
repository = "https://github.com/Twinklebear/oidn-rs"

[features]
bundled = [
    "ureq",
    "sha2",
    "flate2",
    "tar",
    "zip",
]
default = ["pkg-config"]

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

[[example]]
name = "async_buffers"
path = "examples/async_buffers.rs"

[[example]]
name = "buffer"
path = "examples/buffer.rs"

[[example]]
name = "denoise_exr"
path = "examples/denoise_exr.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[test]]
name = "bundled_runtime"
path = "tests/bundled_runtime.rs"

[dependencies.num_enum]
version = "0.7.6"

[dev-dependencies.docopt]
version = "1.1.1"

[dev-dependencies.exr]
version = "1.74.0"

[dev-dependencies.image]
version = "0.25.10"

[dev-dependencies.rand]
version = "0.10.1"

[dev-dependencies.rayon]
version = "1.12.0"

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[build-dependencies.flate2]
version = "1.1"
optional = true

[build-dependencies.pkg-config]
version = "0.3.33"
optional = true

[build-dependencies.sha2]
version = "0.11"
optional = true

[build-dependencies.tar]
version = "0.4"
optional = true

[build-dependencies.ureq]
version = "3.3"
optional = true

[build-dependencies.zip]
version = "8.6"
features = ["deflate"]
optional = true
default-features = false