Cargo Features

JPKI has no features set by default.

[dependencies]
jpki = { version = "0.4.3", features = ["pcsc", "tracing", "serde"] }
pcsc = hex

Enables pcsc

Affects jpki::pcsc

tracing

Enables tracing

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.

hex pcsc?
serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework