Cargo Features

[dependencies]
tookey-libtss = { version = "1.2.1", default-features = false, features = ["bigint", "gmp", "noop", "napi"] }
default = bigint, noop

These default features are set whenever tookey-libtss is added without default-features = false somewhere in the dependency tree.

bigint default

Enables num-bigint of curv-kzen ^0.9

gmp

Enables rust-gmp-kzen of curv-kzen ^0.9

noop default

Enables noop of napi-derive

napi

Enables napi and napi-derive

napi:

NodeJS