Cargo Features

[dependencies]
nisty = { version = "0.1.0-alpha.6", default-features = false, features = ["cose", "asn1-der", "no-umaal", "square"] }
default = der

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

cose = cosey
asn1-der = der, heapless-bytes
no-umaal

Enables no-umaal of micro-ecc-sys

square

Enables square of micro-ecc-sys

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.

cosey cose?

Enables cosey ^0.2.0

der default asn1-der?

Enables der ^0.2.9

heapless-bytes asn1-der?

Enables heapless-bytes ^0.2