Cargo Features

[dependencies]
statico = { version = "0.9.1", default-features = false, features = ["full", "tokio_uring", "monoio", "glommio", "smol", "compio"] }
default = mimalloc

The mimalloc feature is set by default whenever statico is added without default-features = false somewhere in the dependency tree.

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.

mimalloc default full?