Cargo Features
sanakirja-core-async has no features set by default.
[dependencies]
sanakirja-core-async = { version = "0.0.2", features = ["std", "crc32", "ed25519", "uuid"] }
- std
- crc32 = crc32fast
-
Affects
sanakirja-core-async::clear_dirty
… - ed25519 = ed25519-zebra
-
Enables serde of ed25519-zebra ^2.2
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 ^0.8
uuid:
A library to generate and parse UUIDs
- ed25519-zebra ed25519?
-
Enables ed25519-zebra ^2.2