Cargo Features

[dependencies]
dsync-hasezoey = { version = "0.2.0", default-features = false, features = ["tsync", "async", "backtrace"] }
default = backtrace, tsync

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

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