[package] name = "pciids" description = "A library to parse the pci.ids data file." homepage = "https://github.com/wt/pciids" repository = "https://github.com/wt/pciids" version = "0.1.4" authors = ["Wren Turkal "] license = "MIT OR Apache-2.0" edition = "2018" readme = "README.md" categories = ["data-structures"] keywords = ["pci"] [dependencies] anyhow = "1.0" log = "0.4" pest = "^2.1,>=2.1.3" pest_derive = "^2.1" [dev-dependencies] paw = "1.0" rand = "^0.7.3" structopt = { version = "0.3", features = [ "paw" ] }