# 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 = "pciid-parser" version = "0.7.2" authors = ["Ilya Zlobintsev "] description = "A library for parsing PCI ID tables" homepage = "https://github.com/ilyazzz/pci-id-parser" readme = "README.md" keywords = [ "pci", "parser", "pci-id", ] license = "MIT" repository = "https://github.com/ilyazzz/pci-id-parser" [profile.bench] debug = 2 [[bench]] name = "parse" harness = false [dependencies.serde] version = "1.0.147" features = ["derive"] optional = true [dependencies.ureq] version = "2.4" optional = true [dev-dependencies.divan] version = "0.1.0" [dev-dependencies.pretty_assertions] version = "1.2.1" [features] online = ["ureq"] tracing = []