Cargo Features

[dependencies]
dynamic-pooling = { version = "1.0.0", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of crossbeam-queue

crossbeam-queue:

Enable to use APIs that require std. This is enabled by default.

dynamic-pooling has 2 features without comments.