Cargo Features

[dependencies]
entropy-tss = { version = "0.1.0", default-features = false, features = ["std", "bob", "wasm_test"] }
default = std

The std feature is set by default whenever entropy-tss is added without default-features = false somewhere in the dependency tree.

std default

Enables std of sp-core ^31.0.0

unsafe alice bob
wasm_test

Enable this feature to run the integration tests for the wasm API of entropy-protocol This requires the entropy-protocol node-js module to be built and so is not run by default