Cargo Features

[dependencies]
xstack = { version = "0.2.17", default-features = false, features = ["global_register", "secp256k1", "ecdsa", "rsa"] }
default = global_register

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

global_register default
secp256k1

Enables secp256k1 of libp2p-identity

ecdsa

Enables ecdsa of libp2p-identity

rsa

Enables rsa of libp2p-identity

XSTACK has 5 features without comments.