1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "cc" 7version = "1.0.54" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311" 10 11[[package]] 12name = "libc" 13version = "0.2.126" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" 16 17[[package]] 18name = "libusb1-sys" 19version = "0.7.0" 20dependencies = [ 21 "cc", 22 "libc", 23 "pkg-config", 24 "vcpkg", 25] 26 27[[package]] 28name = "pkg-config" 29version = "0.3.17" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" 32 33[[package]] 34name = "vcpkg" 35version = "0.2.10" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" 38