From 654b2e5fa1566f0479b09adf2d73f783196ad032 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sun, 26 Mar 2017 17:07:48 -0700 Subject: Import subrepo hidapi-sys/:hidapi-sys at ec441b2751dcbbcd053800b6901672c999651584 --- hidapi-sys/Cargo.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 hidapi-sys/Cargo.toml (limited to 'hidapi-sys/Cargo.toml') diff --git a/hidapi-sys/Cargo.toml b/hidapi-sys/Cargo.toml new file mode 100644 index 0000000..15b4e9e --- /dev/null +++ b/hidapi-sys/Cargo.toml @@ -0,0 +1,24 @@ +[package] +name = "hidapi-sys" +version = "0.1.2" +build = "build.rs" +links = "hidapi" + +authors = ["meh. "] +license = "WTFPL" + +description = "FFI bindings to hidapi" +repository = "https://github.com/meh/rust-hidapi-sys" +keywords = ["hid"] +categories = ["external-ffi-bindings", "hardware-support", "os"] + +[features] +static = [] +build = ["static"] + +[dependencies] +libc = "0.2" + +[build-dependencies] +gcc = "0.3" +pkg-config = "0.3" -- cgit v1.2.1