Cargo Features

[dependencies]
ydcv-saki = { version = "0.7.1", default-features = false, features = ["native-tls", "notify", "clipboard", "rustls"] }
default = clipboard, notify, rustls

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

native-tls

Enables native-tls of reqwest

reqwest:

Enables native-tls specific functionality not available by default.

notify default = notify-rust, winrt-notification, zbus

Affects formatters::WinFormatter, formatters::HtmlFormatter

clipboard default = arboard
rustls default

Enables rustls-tls of reqwest

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.

arboard clipboard
notify-rust unix notify
winrt-notification win notify
zbus unix notify