Cargo Features

pciid-parser has no features set by default.

[dependencies]
pciid-parser = { version = "0.7.2", features = ["online", "tracing", "serde"] }
online = ureq
tracing

Kept for compatibility

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ureq online?
serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework