Cargo Features

[dependencies]
obd = { version = "0.1.3", default-features = false, features = ["passthru", "socketcan"] }
default = passthru

The passthru feature is set by default whenever obd is added without default-features = false somewhere in the dependency tree.

passthru default = j2534

Enabled SAE J2534 PassThru support

Affects obd::passthru

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.

j2534 passthru
socketcan implicit feature

Enables socketcan ^1.7

socketcan:

Linux SocketCAN library. Send and receive CAN frames via CANbus on Linux.