# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "usb_enumeration" version = "0.2.1" authors = ["Tim Fish "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cross platform library that returns details of currently connected USB devices" readme = "README.md" license = "MIT" repository = "https://github.com/meatysolutions/usb_enumeration" [lib] name = "usb_enumeration" crate-type = ["lib"] path = "src/lib.rs" [dependencies.crossbeam] version = "0.8" [features] strict = [] [target.'cfg(target_os = "linux")'.dependencies.udev] version = "0.5" [target.'cfg(target_os = "macos")'.dependencies.core-foundation] version = "0.6" [target.'cfg(target_os = "macos")'.dependencies.io-kit-sys] version = "0.1.0" [target.'cfg(target_os = "macos")'.dependencies.mach] version = "0.3.2" [target.'cfg(target_os = "windows")'.dependencies.winapi] version = "0.3" features = [ "setupapi", "impl-default", ]