Cargo Features

tentacle-secio has no features set by default.

[dependencies]
tentacle-secio = { version = "0.6.6", features = ["openssl-vendored", "async-sign"] }
openssl-vendored

Enables vendored of openssl

async-sign = async-trait

Affects tentacle-secio::KeyProvider.sign_ecdsa_async

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-trait async-sign?