Cargo Features

StrictTypes has no features set by default.

[dependencies]
strict_types = { version = "2.7.0-beta.3", features = ["all", "armor", "serde"] }
all = armor, serde
armor all? = ascii-armor

Required by std-stl and strict-stl binaries

serde all? = serde_crate, serde_json, serde_yaml, toml

Enables serde of amplify and strict_encoding

Affects value::convert

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.

ascii-armor armor?

Enables ascii-armor ^0.2.0

serde_crate serde?

Enables serde

serde_json serde?
serde_yaml serde?
toml serde?