Cargo Features

[dependencies]
rusty_vault = { version = "0.2.1", default-features = false, features = ["storage_mysql", "crypto_adaptor_openssl", "crypto_adaptor_tongsuo"] }
default = crypto_adaptor_openssl

The crypto_adaptor_openssl feature is set by default whenever rusty_vault is added without default-features = false somewhere in the dependency tree.

storage_mysql = diesel, r2d2, r2d2-diesel

Affects rusty_vault::schema, storage::mysql

crypto_adaptor_openssl default

Enables openssl and openssl-sys

openssl:

optional dependencies

Affects crypto_adaptors::openssl_adaptor

crypto_adaptor_tongsuo

Enables openssl and openssl-sys

Affects crypto_adaptors::tongsuo_adaptor

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.

diesel storage_mysql?
r2d2 storage_mysql?
r2d2-diesel storage_mysql?