Cargo Features

[dependencies]
vela-utils = { version = "0.1.0", default-features = false, features = ["std", "alloc", "singlethread", "ref_counter", "ref_counter_std", "map_cell", "map_cell_std"] }
default = std

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

std default
alloc ref_counter?
singlethread
ref_counter = alloc, triomphe

Affects vela-utils::ref_counter

ref_counter_std

Enables std of triomphe

map_cell = atomic, hashbrown

Affects vela-utils::map_cell

map_cell_std

Enables std of atomic ^0.5

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.

triomphe ref_counter? ref_counter_std?
hashbrown map_cell?

Enables hashbrown ^0.12

atomic map_cell? map_cell_std?

Enables atomic ^0.5