Cargo Features

Cryptex has no features set by default.

[dependencies]
cryptex = { version = "1.8.1", features = ["file", "serde", "merlin"] }
file = argon2, chacha20poly1305, dirs, rusqlite

Affects keyring::sqlcipher, keyring::allows_file

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.

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

argon2 file?
chacha20poly1305 file?
dirs file?
merlin implicit feature

Enables merlin

merlin:

Composable proof transcripts for public-coin arguments of knowledge

rusqlite file?

Enables rusqlite ^0.30