Cargo Features

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

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

async
client default

Enables can and std2004 of iso15765-2

server

Enables can and std2004 of iso15765-2

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.

iso14229-1 std2006? std2013? std2020