Cargo Features
[dependencies]
nfc1 = { version = "0.5.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
nfc1
is added without
somewhere in the dependency tree.default-features = false - vendored default
- drivers default
- logging
- usb_logging
-
Enables usb_logging of mrtd1 and nfc1-sys
- conffiles
- envvars
- driver_pcsc
-
Enables driver_pcsc of mrtd1 and nfc1-sys
- driver_acr122_pcsc
-
Enables driver_acr122_pcsc of mrtd1 and nfc1-sys
- driver_acr122_usb
-
Enables driver_acr122_usb of mrtd1 and nfc1-sys
- driver_acr122s
-
Enables driver_acr122s of mrtd1 and nfc1-sys
- driver_arygon
-
Enables driver_arygon of mrtd1 and nfc1-sys
- driver_pn532_uart
-
Enables driver_pn532_uart of mrtd1 and nfc1-sys
- driver_pn53x_usb
-
Enables driver_pn53x_usb of mrtd1 and nfc1-sys
- default_drivers default
-
Enables default_drivers of mrtd1 and nfc1-sys
nfc1 has 15 features without comments.