Cargo Features

[dependencies]
docan = { version = "0.1.0-alpha1", default-features = false, features = ["async", "server", "std2006", "std2013", "std2020"] }
default = client, server, std2020

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

async = tokio
client server default

Enables isotp-std2004 of rs-can

std2006

Enables std2006 of iso14229-1

Affects client::Client.access_timing_parameter

std2013

Enables std2013 of iso14229-1

Affects client::Client.access_timing_parameter

std2020 default

Enables std2020 of iso14229-1

Affects client::Client.authentication

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.

tokio async?
iso14229-1 std2006? std2013? std2020