hidapi 0.5.0

Rust-y wrapper around hidapi
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "hidapi"
version = "0.5.0"
authors = ["Roland Ruckerbauer <roland.rucky@gmail.com>", "Osspial <osspial@gmail.com>", "Artyom Pavlov <newpavlov@gmail.com>", "mberndt123"]
build = "build.rs"
links = "hidapi"
description = "Rust-y wrapper around hidapi"
documentation = "https://docs.rs/hidapi"
keywords = ["hid", "api", "usb", "binding", "wrapper"]
license = "MIT"
repository = "https://github.com/Osspial/hidapi-rs"
[dependencies.failure]
version = "0.1.2"

[dependencies.failure_derive]
version = "0.1.2"

[dependencies.libc]
version = "0.2.33"
[build-dependencies.cc]
version = "1.0.3"

[build-dependencies.pkg-config]
version = "0.3.9"

[features]
default = ["linux-static-libusb"]
linux-shared-hidraw = []
linux-shared-libusb = []
linux-static-hidraw = []
linux-static-libusb = []