Cargo Features
[dependencies]
blueprint-crypto-tangle-pair-signer = { version = "0.1.0-alpha.3", default-features = false, features = ["std", "web", "evm"] }
- default = evm, std
-
These default features are set whenever
blueprint-crypto-tangle-pair-signer
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of blueprint-crypto-core, blueprint-crypto-sp-core, blueprint-std, serde, sp-core ^34.0.0, sp-runtime ^39.0.0, and tangle-subxt
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library. - web
-
Enables web of tangle-subxt
- evm default
-
Enables alloy-primitives ^0.8, alloy-signer-local ^0.12, and k256
blueprint-crypto-tangle-pair-signer has 4 features without comments.