Cargo Features

[dependencies]
serde_bolt = { version = "0.3.5", default-features = false, features = ["no-std", "std", "test_utils"] }
default = std

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

no-std

Enables no-std of bitcoin ^0.29, alloc of core2 ^0.3.0

std default

Enables std of bitcoin ^0.29

test_utils

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.

core2 no-std?

Enables core2 ^0.3.0