rawloader 0.37.2

A library to extract the data from camera raw formats
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 = "2018"
name = "rawloader"
version = "0.37.2"
authors = ["Pedro CĂ´rte-Real <pedro@pedrocr.net>"]
build = "data/cameras/join.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library to extract the data from camera raw formats"
documentation = "https://docs.rs/rawloader/"
readme = "README.md"
categories = ["multimedia::images"]
license = "LGPL-2.1"
repository = "https://github.com/pedrocr/rawloader"

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

[[bin]]
name = "benchmark"
path = "src/bin/benchmark.rs"
doc = false

[[bin]]
name = "identify"
path = "src/bin/identify.rs"
doc = false

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

[dependencies.byteorder]
version = "1"

[dependencies.enumn]
version = "0.1"

[dependencies.lazy_static]
version = "1"

[dependencies.rayon]
version = "1"

[dependencies.toml]
version = "0.5"

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.sha2]
version = "0.10"

[build-dependencies.glob]
version = "0.3"

[build-dependencies.rustc_version]
version = "0.4"

[build-dependencies.toml]
version = "0.5"

[profile.dev]
opt-level = 3
panic = "unwind"

[profile.release]
panic = "unwind"