[package] name = "openzwave" version = "0.1.1" authors = ["Julien Wajsberg ", "Dave Hylands "] description = "A Rust wrapper to the opensource OpenZwave library" documentation = "https://fxbox.github.io/openzwave-rust/openzwave/" repository = "https://github.com/fxbox/openzwave-rust" readme = "README.md" license = "MPL-2.0" keywords = ["zwave"] [dependencies] openzwave-sys = { path = "openzwave-sys", version = "0.1.1" } libc = "0.2" itertools = "0.4.11"