Cargo Features

[dependencies]
cryptimitives = { version = "0.20.0", default-features = false, features = ["std", "serde_derive"] }
default = std

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

std default

Enables std of aes-gcm, rand and std of bip39, std and u64_backend of curve25519-dalek-ng, getrandom and std of schnorrkel ^0.10, std of chacha20 and cryptraits, std of ed25519-dalek, hkdf, hmac, and rand_core and std of serde and sha2

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

serde_derive = serde

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 serde_derive? std