[build-dependencies.csv]
version = "1.3"
[build-dependencies.prettyplease]
version = "0.2.25"
[build-dependencies.quote]
version = "1.0.37"
[build-dependencies.serde]
features = ["derive"]
version = "1.0.214"
[build-dependencies.syn]
default-features = false
version = "2.0.87"
[lib]
name = "pnpid"
path = "src/lib.rs"
[package]
authors = ["Barrett Ray <contact@barretts.club>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["hardware-support", "no-std", "no-std::no-alloc"]
description = "a tiny library to map PNP IDs with company/vendor names"
edition = "2021"
keywords = ["pnp", "pnpid"]
license-file = "LICENSE"
name = "pnpid"
readme = "README.md"
repository = "https://github.com/onkoe/pnpid"
version = "1.0.0"
[[test]]
name = "no_std"
path = "tests/no_std.rs"
[[test]]
name = "works"
path = "tests/works.rs"