# 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 = "pnpid" version = "1.0.2" authors = ["Barrett Ray "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "a tiny library to map PNP IDs with company/vendor names" readme = "README.md" keywords = [ "pnp", "pnpid", ] categories = [ "hardware-support", "no-std", "no-std::no-alloc", ] license = "MPL-2.0" repository = "https://github.com/onkoe/pnpid" [lib] name = "pnpid" path = "src/lib.rs" [[test]] name = "no_std" path = "tests/no_std.rs" [[test]] name = "works" path = "tests/works.rs" [build-dependencies.csv] version = "1.3" [build-dependencies.prettyplease] version = "0.2.25" [build-dependencies.quote] version = "1.0.37" [build-dependencies.serde] version = "1.0.214" features = ["derive"] [build-dependencies.syn] version = "2.0.87" default-features = false [features] array = [] default = ["array"]