Cargo Features

[dependencies]
ydcv-rs = { version = "0.6.3", default-features = false, features = ["native-tls", "notify", "clipboard", "rustls", "x11-clipboard"] }
default = clipboard, notify, rustls

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

native-tls

Enables native-tls of reqwest ^0.11

reqwest:

Enables native-tls specific functionality not available by default.

notify default = notify-rust, winrt-notification

Affects formatters::WinFormatter, formatters::HtmlFormatter

clipboard default = copypasta
rustls default

Enables rustls-tls of reqwest ^0.11

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.

copypasta clipboard
x11-clipboard unix implicit feature

Enables x11-clipboard ^0.8

x11-clipboard:

x11 clipboard support for Rust

notify-rust unix notify
winrt-notification win notify