Cargo Features
Swaynag has no features set by default.
[dependencies]
swaynag = { version = "0.2.0", features = ["async"] }
- async = async-io, async-pidfd, futures-lite
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.
- async-io async?
-
Enables async-io ^1.1
- async-pidfd async?
- futures-lite async?
-
Enables futures-lite ^1.11