Cargo Features
[dependencies]
statico = { version = "0.9.1", default-features = false, features = ["full", "tokio_uring", "monoio", "glommio", "smol", "compio"] }
- default = mimalloc
-
The
mimallocfeature is set by default wheneverstaticois added withoutsomewhere in the dependency tree.default-features = false - full = compio, glommio, mimalloc, monoio, smol, tokio_uring
- tokio_uring full?
-
Enables tokio-uring
- monoio full?
-
Enables io-uring ^0.6 and monoio
- glommio full?
-
Enables glommio
- smol full?
-
Enables smol and smol-hyper
- compio full?
-
Enables compio
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.