# 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 = "2021" name = "devices" version = "0.5.0" description = "A cross-platform library for retrieving information about connected devices." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/hankjordan/devices" [dependencies.bincode] version = "2.0.0-rc.2" features = ["derive"] optional = true [dependencies.cfg-if] version = "1.0" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.7" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.widestring] version = "1.0" [dependencies.winapi] version = "0.3" features = [ "setupapi", "devpkey", "errhandlingapi", ] [features] bincode = ["dep:bincode"] default = [ "bincode", "serde", ] serde = ["dep:serde"]