Cargo Features

[dependencies]
strict_encoding = { version = "2.7.0-beta.3", default-features = false, features = ["all", "derive", "float", "serde"] }
default = derive

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

all = derive, float, serde
derive default all?
float all? = half

Enables apfloat of amplify

serde all? = serde_crate

Enables serde of amplify

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.

half float?

Enables half ~2.2.0

Required to maintain MSRV

serde_crate serde?

Enables serde