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 = "rusb"
15version = "0.9.4"
16authors = [
17    "David Cuddeback <[email protected]>",
18    "Ilya Averyanov <[email protected]>",
19]
20build = "build.rs"
21description = "Rust library for accessing USB devices."
22homepage = "https://github.com/a1ien/rusb"
23readme = "README.md"
24keywords = [
25    "usb",
26    "libusb",
27    "hardware",
28    "bindings",
29]
30license = "MIT"
31repository = "https://github.com/a1ien/rusb.git"
32
33[dependencies.libc]
34version = "0.2"
35
36[dependencies.libusb1-sys]
37version = "0.7"
38
39[dependencies.serde]
40version = "1.0"
41features = ["derive"]
42optional = true
43
44[dev-dependencies.regex]
45version = "1"
46
47[dev-dependencies.usb-ids]
48version = "1.2023.0"
49
50[features]
51vendored = ["libusb1-sys/vendored"]
52
53[badges.travis-ci]
54repository = "a1ien/rusb"
55