Cargo Features
[dependencies]
docan = { version = "0.1.0-b4", default-features = false, features = ["client", "server", "std2006", "std2013", "std2020"] }
- default = client, server, std2020
-
These default features are set whenever
docanis added withoutsomewhere in the dependency tree.default-features = false - client default
-
Enables can and std2004 of iso15765-2
- server default = rand, serde, serde_yaml
-
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,client::Client.request_file_transfer… - std2020 default
-
Enables std2020 of iso14229-1
Affects
client::Client.authentication,client::Client.request_file_transfer…
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.