# 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 = "rawkit" version = "0.1.0" authors = ["Graphite Authors "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to extract images from camera raw files" homepage = "https://github.com/GraphiteEditor/Graphite/tree/master/libraries/rawkit" documentation = "https://docs.rs/rawkit" readme = "README.md" keywords = [ "raw", "tiff", "camera", "image", ] categories = [ "multimedia::images", "multimedia::encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GraphiteEditor/Graphite/tree/master/libraries/rawkit" [lib] name = "rawkit" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.bitstream-io] version = "2.5.3" [dependencies.image] version = "0.25.4" optional = true [dependencies.libraw-rs] version = "0.0.4" optional = true [dependencies.num_enum] version = "0.7.3" [dependencies.rawkit-proc-macros] version = "0.1.0" [dependencies.rayon] version = "1.10.0" optional = true [dependencies.reqwest] version = "0.12.9" features = ["blocking"] optional = true [dependencies.thiserror] version = "1.0.66" [features] rawkit-tests = [ "dep:image", "dep:libraw-rs", "dep:reqwest", "dep:rayon", ]