# 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 = "image-hdr" version = "0.5.1" authors = ["Anshul Sanghi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of HDR Radiance Estimation using Poisson Photon Noise Estimator for creating HDR image from a set of images" homepage = "https://github.com/anshap1719/image-hdr" readme = "README.md" keywords = [ "image", "hdr", "merge", ] categories = ["multimedia"] license = "Apache-2.0" repository = "https://github.com/anshap1719/image-hdr" [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] name = "image_hdr" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" bench = false [[example]] name = "readme_example" path = "examples/readme_example.rs" [dependencies.image] version = "0.25.2" [dependencies.imagepipe] version = "0.5" optional = true [dependencies.kamadak-exif] version = "0.5.5" [dependencies.ndarray] version = "0.16.1" features = ["rayon"] [dependencies.rawloader] version = "0.37" optional = true [dependencies.rayon] version = "1.10" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.image] version = "0.25.2" features = ["jpeg"] [dev-dependencies.reqwest] version = "0.12.7" features = ["blocking"] [features] default = ["read-raw-image"] read-raw-image = [ "dep:imagepipe", "dep:rawloader", ] [lints.clippy.cargo] level = "deny" priority = 0 [lints.clippy.complexity] level = "deny" priority = 0 [lints.clippy.correctness] level = "deny" priority = 0 [lints.clippy.fallible_impl_from] level = "deny" priority = 1 [lints.clippy.get_unwrap] level = "deny" priority = 1 [lints.clippy.module_name_repetitions] level = "allow" priority = 1 [lints.clippy.pedantic] level = "deny" priority = 0 [lints.clippy.perf] level = "deny" priority = 0 [lints.clippy.style] level = "deny" priority = 0 [lints.clippy.suspicious] level = "deny" priority = 0 [lints.clippy.too_many_lines] level = "deny" priority = 1 [lints.clippy.unwrap_used] level = "deny" priority = 1