Cargo Features

sanakirja-core has no features set by default.

[dependencies]
sanakirja-core = { version = "1.4.1", features = ["std", "crc32", "ed25519", "typeids", "uuid"] }
std
crc32 = crc32fast

Affects sanakirja-core::crc, sanakirja-core::crc_check, sanakirja-core::clear_dirty

ed25519 = ed25519-zebra

Enables serde of ed25519-zebra ^2.2

typeids = sha2

Affects sanakirja-core::TypeId

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.

crc32fast crc32?
uuid implicit feature

Enables uuid

uuid:

A library to generate and parse UUIDs

ed25519-zebra ed25519?

Enables ed25519-zebra ^2.2

sha2 typeids?