# 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 = "quickraw" version = "0.2.1-alpha.1" exclude = ["tests/"] description = "A pure rust library to handle camera raw files" documentation = "https://docs.rs/quickraw" readme = "README.md" keywords = [ "raw", "camera", ] license = "LGPL-2.1" repository = "https://github.com/qdwang/quickraw" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.release] lto = "fat" codegen-units = 1 [lib] crate-type = [ "lib", "staticlib", "cdylib", ] [dependencies.anyhow] version = "1" [dependencies.fn-util] version = "0.1" [dependencies.image] version = "0.24" features = ["jpeg"] optional = true default-features = false [dependencies.once_cell] version = "1" [dependencies.phf] version = "0.10" features = ["macros"] [dependencies.quickexif] version = "0.1" [dependencies.thiserror] version = "1" [dependencies.wasm-bindgen] version = "0.2" optional = true [features] wasm = [ "wasm-bindgen", "image", ]