Cargo Features

lasso has no features set by default.

[dependencies]
lasso = { version = "0.7.2", features = ["no-std", "inline-more", "multi-threaded", "ahasher", "serialize", "abomonation", "deepsize"] }
no-std = ahasher
inline-more
multi-threaded = dashmap
ahasher no-std? = ahash
serialize = serde

Enables serde of hashbrown ^0.13.0

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.

abomonation implicit feature

Enables abomonation

abomonation:

A high performance and very unsafe serialization library

deepsize implicit feature

Enables deepsize

deepsize:

A crate for measuring the total size of object on the stack and heap

ahash ahasher?
dashmap multi-threaded?
serde serialize?