Cargo Features

[dependencies]
xi-core-lib = { version = "0.3.0", default-features = false, features = ["ledger", "notify"] }
default = notify

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

ledger

Affects xi-core-lib::fuchsia

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.

notify default

Enables notify ^4.0

Affects xi-core-lib::watcher, tabs::OPEN_FILE_EVENT_TOKEN