-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathCargo.toml
More file actions
44 lines (36 loc) · 757 Bytes
/
Copy pathCargo.toml
File metadata and controls
44 lines (36 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[package]
name = "rawloader"
version = "0.37.1"
authors = ["Pedro Côrte-Real <pedro@pedrocr.net>"]
description = "A library to extract the data from camera raw formats"
documentation = "https://docs.rs/rawloader/"
#homepage = "..."
repository = "https://github.com/pedrocr/rawloader"
license = "LGPL-2.1"
categories = ["multimedia::images"]
edition = "2018"
build = "data/cameras/join.rs"
[dependencies]
toml = "0.5"
enumn = "0.1"
lazy_static = "1"
byteorder = "1"
rayon = "1"
[build-dependencies]
glob = "0.3"
toml = "0.5"
rustc_version = "0.4"
[dev-dependencies]
sha2 = "0.10"
hex = "0.4"
[profile.release]
panic = "unwind"
[profile.dev]
panic = "unwind"
opt-level = 3
[[bin]]
name = "benchmark"
doc = false
[[bin]]
name = "identify"
doc = false