Cargo Features

[dependencies]
tookey-libtss-ethereum = { version = "1.2.4", default-features = false, features = ["rust", "bigint", "gmp", "napi"] }
default = bigint, napi

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

rust

Enables noop of napi-derive

bigint default

Enables bigint of tookey-libtss

gmp

Enables gmp of tookey-libtss

napi default

Enables napi of tookey-libtss and napi, napi-derive, and napi-build

napi:

NodeJS