# 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 = "2018" name = "rawloader" version = "0.37.1" authors = ["Pedro CĂ´rte-Real "] build = "data/cameras/join.rs" description = "A library to extract the data from camera raw formats" documentation = "https://docs.rs/rawloader/" categories = ["multimedia::images"] license = "LGPL-2.1" repository = "https://github.com/pedrocr/rawloader" [profile.dev] opt-level = 3 panic = "unwind" [profile.release] panic = "unwind" [[bin]] name = "benchmark" doc = false [[bin]] name = "identify" doc = false [dependencies.byteorder] version = "1" [dependencies.enumn] version = "0.1" [dependencies.lazy_static] version = "1" [dependencies.rayon] version = "1" [dependencies.toml] version = "0.5" [build-dependencies.glob] version = "0.3" [build-dependencies.rustc_version] version = "0.4" [build-dependencies.toml] version = "0.5"