Cargo Features

[dependencies]
lprs = { version = "1.2.1", default-features = false, features = ["update-notify"] }
default = update-notify

The update-notify feature is set by default whenever lprs is added without default-features = false somewhere in the dependency tree.

update-notify default

Enables blocking of reqwest ^0.11.23

Affects lprs::VERSION, lprs::LAST_VERSION_CHECK_FILE, utils::lprs_version

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.

reqwest update-notify

Enables reqwest ^0.11.23