Cargo Features

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

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

all = derive, rand, serde, stl
serde all? = serde_crate

Enables serde of amplify

stl all?

Enables armor of strict_types

Affects commit_verify::stl

Required by the commit-stl binary

derive default all?

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.

rand all?
serde_crate serde?

Enables serde