Cargo Features
[dependencies]
dsync-hasezoey = { version = "0.3.0+deprecated", default-features = false, features = ["tsync", "async", "backtrace"] }
- default = backtrace, tsync
-
These default features are set whenever
dsync-hasezoey
is added without
somewhere in the dependency tree.default-features = false - tsync default
-
Enables tsync of libdsync-hasezoey
Affects
clap_conf::MainOptions.tsync
… - async
-
Enables async of libdsync-hasezoey
Affects
clap_conf::MainOptions.use_async
… - backtrace default
-
Enables backtrace of libdsync-hasezoey