Cargo Features

ENID has no features set by default.

[dependencies]
enid = { version = "0.1.0", features = ["borsh", "bytemuck", "serde", "slog", "arbitrary", "aes"] }
borsh

Enables borsh

bytemuck

Enables bytemuck

serde

Enables serde

slog

Enables slog

arbitrary

Enables arbitrary

Features from optional dependencies

aes implicit feature

Enables aes

aes:

Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)