openzwave-sys 0.1.1

FFI Library to the opensource OpenZwave library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-dependencies]
gcc = "0.3"

[dependencies]
libc = "0.2"

[package]
authors = ["Julien Wajsberg <felash@gmail.com>", "Dave Hylands <dhylands@gmail.com>"]
build = "build.rs"
description = "FFI Library to the opensource OpenZwave library"
documentation = "https://fxbox.github.io/openzwave-rust/openzwave_sys/"
keywords = ["zwave"]
license = "MPL-2.0"
links = "openzwave"
name = "openzwave-sys"
repository = "https://github.com/fxbox/openzwave-rust"
version = "0.1.1"