Cargo Features

[dependencies]
bp-consensus = { version = "0.11.0-beta.5", default-features = false, features = ["all", "stl", "serde"] }
default = chrono

The chrono feature is set by default whenever bp-consensus is added without default-features = false somewhere in the dependency tree.

all = chrono, serde, stl
stl all? = strict_types

Affects bp-consensus::stl

serde all? = serde_crate

Enables serde of amplify and secp256k1

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.

strict_types stl?
serde_crate serde?

Enables serde

chrono default all?