rawloader 0.35.4

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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rawloader"
version = "0.35.4"
authors = ["Pedro CĂ´rte-Real <pedro@pedrocr.net>"]
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
[dependencies.byteorder]
version = "1"

[dependencies.enum_primitive]
version = "0.1"

[dependencies.itertools]
version = "0.7"

[dependencies.lazy_static]
version = "1"

[dependencies.num]
version = "0.2"

[dependencies.rayon]
version = "1"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.time]
version = "0.1"

[dependencies.toml]
version = "0.4"
[build-dependencies.glob]
version = "0.2.11"

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

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