Cargo Features

[dependencies]
entropy-tss = { version = "0.3.0", default-features = false, features = ["std", "unsafe", "production", "bob", "test_helpers", "wasm_test"] }
default = std

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

Enables tdx-quote

std default production?

Enables std of sp-core ^31.0.0

unsafe
production = std

Enables configfs-tsm

Affects api::create_quote

alice bob
test_helpers

Enables project-root

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