Cargo Features

[dependencies]
lock_freedom = { version = "0.1.0", default-features = false, features = ["std"] }
default = std

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

std default

Affects lock_freedom::incin, lock_freedom::tls, lock_freedom::queue, lock_freedom::stack, lock_freedom::map, lock_freedom::set, lock_freedom::channel