Cargo Features

[dependencies]
slice-cell = { version = "0.0.5", default-features = false, features = ["std", "alloc", "full", "rc", "tokio", "tokio_assumptions"] }
default = rc, std

These default features are set whenever slice-cell is added without default-features = false somewhere in the dependency tree.

std default full? tokio? = alloc

Affects slice-cell::io

alloc rc std
full = rc, std, tokio
rc default full? = alloc
tokio full? tokio_assumptions? = std

Enables tokio

tokio_assumptions = tokio