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 wheneverxi-core-lib
is added without
somewhere in the dependency tree.default-features = false - 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
…