Cargo Features
[dependencies]
ecu_diagnostics = { version = "0.98.0", default-features = false, features = ["socketcan", "passthru", "slcan", "serde"] }
- default = passthru, slcan, socketcan
-
These default features are set whenever
ecu_diagnostics
is added without
somewhere in the dependency tree.default-features = false - socketcan default
-
Enables socketcan and socketcan-isotp
Affects
hardware::socketcan
… - passthru default
-
Enables j2534_rust, libloading, serde_json, shellexpand, and winreg ^0.10.1
Affects
hardware::passthru
… - slcan default
-
Enables serial-rs
Affects
hardware::slcan
… - serde
-
Enables serde and serde of automotive_diag and bitflags
automotive_diag:
Include support for serde serialization