Cargo Features

[dependencies]
ecu_diagnostics = { version = "0.95.7", default-features = false, features = ["socketcan", "passthru"] }
default = passthru, socketcan

These default features are set whenever ecu_diagnostics is added without default-features = false somewhere in the dependency tree.

socketcan default

Enables socketcan ^2.0.0 and socketcan-isotp

Affects hardware::socketcan

passthru default

Enables j2534_rust, libloading ^0.7.3, serde_json, shellexpand ^2.1.0, and winreg ^0.10.1

Affects hardware::passthru