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
somewhere in the dependency tree.default-features = false - 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