Cargo Features
Sibyl has no features set by default.
[dependencies]
sibyl = { version = "0.6.18", features = ["blocking", "nonblocking", "unsafe-direct-binds", "tokio", "actix", "async-std", "async-global"] }
- blocking
- nonblocking = async-once-cell
-
Affects
oci::futures
… - unsafe-direct-binds
- tokio = tokio-rt
- actix = actix-rt
- async-std = async-rt
- async-global = async-global-executor
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.
- tokio-rt tokio?
-
Enables tokio
- actix-rt actix?
- async-rt async-std?
-
Enables async-std
- async-global-executor async-global?
- async-once-cell nonblocking?