Cargo Features

[dependencies]
libxinux = { version = "0.2.2", default-features = false, features = ["async", "blocking", "pkgs", "pkgs-async"] }
default = pkgs

All blocking features by default

async = pkgs-async

All async features

blocking = pkgs

All blocking features

pkgs default blocking? = fuzzy-matcher, reqwest

Package features

Enables reqwest

Affects libxinux::pkgs

pkgs-async async? = fuzzy-matcher, reqwest, tokio

Affects libxinux::pkgs

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.

fuzzy-matcher pkgs pkgs-async?
tokio pkgs-async?
reqwest pkgs pkgs-async?