rawloader 0.28.0

A library to extract the data from camera raw formats
Documentation
[package]
name = "rawloader"
version = "0.28.0"
authors = ["Pedro CĂ´rte-Real <pedro@pedrocr.net>"]
description = "A library to extract the data from camera raw formats"
#documentation = "..."
#homepage = "..."
repository = "https://github.com/pedrocr/rawloader"
license = "LGPL-2.1"

build = "data/cameras/join.rs"

[dependencies]
toml = "0.2.1"
time = "0.1.35"
enum_primitive = "0.1.0"
num = "0.1.36"
lazy_static = "0.2.2"
byteorder = "0.5.3"
rayon = "0.6.0"
itertools = "0.5.8"

[build-dependencies]
glob = "0.2.11"
toml = "0.2.1"

[profile.release]
panic = "unwind"

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