Cargo Features

[dependencies]
manifile = { version = "0.0.0", default-features = false, features = ["std", "alloc", "hashbrown", "serde"] }
default = std

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

std default = thiserror

Affects file::BackedFileError, file::BackedFile.open, manifile::DefaultBackedFile, manifest::wiscask, manifest::lsm

alloc

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.

hashbrown implicit feature

Enables hashbrown

hashbrown:

A Rust port of Google's SwissTable hash map

Affects manifest::wiscask, manifest::lsm

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

thiserror std