Cargo Features
[dependencies]
mrtd1 = { version = "0.1.2", default-features = false, features = ["vendored", "drivers", "logging", "usb_logging", "conffiles", "envvars", "driver_pcsc", "driver_acr122_pcsc", "driver_acr122_usb", "driver_acr122s", "driver_arygon", "driver_pn532_uart", "driver_pn53x_usb", "default_drivers"] }
- default = default_drivers, drivers, vendored
-
These default features are set whenever
mrtd1
is added without
somewhere in the dependency tree.default-features = false - vendored default
- drivers default
- logging
- usb_logging
-
Enables usb_logging of nfc1
- conffiles
- envvars
- driver_pcsc
-
Enables driver_pcsc of nfc1
- driver_acr122_pcsc
-
Enables driver_acr122_pcsc of nfc1
- driver_acr122_usb
-
Enables driver_acr122_usb of nfc1
- driver_acr122s
-
Enables driver_acr122s of nfc1
- driver_arygon
-
Enables driver_arygon of nfc1
- driver_pn532_uart
-
Enables driver_pn532_uart of nfc1
- driver_pn53x_usb
-
Enables driver_pn53x_usb of nfc1
- default_drivers default
-
Enables default_drivers of nfc1
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.
- nfc1 conffiles? default_drivers driver_acr122_pcsc? driver_acr122_usb? driver_acr122s? driver_arygon? driver_pcsc? driver_pn532_uart? driver_pn53x_usb? drivers envvars? logging? usb_logging? vendored
-
Affects
bac::handshake
,files::read_file
…