Cargo Features
[dependencies]
ecu_diagnostics = { version = "0.96.1", default-features = false, features = ["socketcan", "passthru"] }
- default = passthru, 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
…