1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "libusb1-sys"
15version = "0.7.0"
16authors = [
17    "David Cuddeback <[email protected]>",
18    "Ilya Averyanov <[email protected]>",
19]
20build = "build.rs"
21links = "usb-1.0"
22include = [
23    "/exaples",
24    "/libusb/libusb",
25    "/libusb/msvc",
26    "/src/*",
27    "/tests",
28    "build.rs",
29    "Cargo.toml",
30    "LICENSE",
31    "README.md",
32    "CHANGELOG.md",
33    "COPYING",
34    "AUTHORS",
35]
36description = "FFI bindings for libusb."
37homepage = "https://github.com/a1ien/rusb"
38readme = "README.md"
39keywords = [
40    "usb",
41    "libusb",
42    "hardware",
43    "bindings",
44]
45license = "MIT"
46repository = "https://github.com/a1ien/rusb.git"
47
48[dependencies.libc]
49version = "0.2"
50
51[build-dependencies.cc]
52version = "1.0"
53
54[build-dependencies.pkg-config]
55version = "0.3"
56
57[features]
58vendored = []
59
60[target."cfg(target_os = \"windows\")".build-dependencies.vcpkg]
61version = "0.2"
62
63[badges.travis-ci]
64repository = "a1ien/libusb1-sys"
65