Cargo Features

[dependencies]
keyring-lib = { version = "0.4.2", default-features = false, features = ["tokio", "tokio-openssl", "async-io", "async-io-openssl", "derive"] }
default = tokio

The tokio feature is set by default whenever keyring-lib is added without default-features = false somewhere in the dependency tree.

tokio default

Enables linux-secret…rt-tokio-crypto-rust of keyring

tokio-openssl

Enables linux-secret…tokio-crypto-openssl of keyring

async-io

Enables linux-secret…async-io-crypto-rust of keyring

async-io-openssl

Enables linux-secret…io-crypto-openssl of keyring

derive

Enables derive of serde

serde:

Provide derive(Serialize, Deserialize) macros.

keyring-lib has 6 features without comments.