Cargo Features
tentacle-secio has no features set by default.
[dependencies]
tentacle-secio = { version = "0.6.3", features = ["openssl-vendored", "async-trait"] }
Features from optional dependencies
- async-trait implicit feature
-
Enables async-trait
async-trait:
Type erasure for async trait methods
Affects
tentacle-secio::KeyProvider.sign_ecdsa_async
…