Cargo Features

[dependencies]
completion-core = { version = "0.2.0", default-features = false, features = ["std", "alloc"] }
default = std

The std feature is set by default whenever completion-core is added without default-features = false somewhere in the dependency tree.

std default = alloc

Enables std of futures-core

alloc std

Enables alloc of futures-core

completion-core has 3 features without comments.