libraw 0.1.1

Rust wrapper for libraw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "libraw"
version = "0.1.1"
authors = ["David Cuddeback <david.cuddeback@gmail.com>"]
description = "Rust wrapper for libraw"
homepage = "https://github.com/dcuddeback/libraw-rs"
repository = "https://github.com/dcuddeback/libraw-rs"
documentation = "http://dcuddeback.github.io/libraw-rs/libraw/"
license = "MIT"
readme = "README.md"
keywords = ["libraw", "raw", "camera", "image"]

[dependencies]
libc = "0.2"
libraw-sys = "0.1.1"