Cargo Features

foyer-storage has no features set by default.

[dependencies]
foyer-storage = { version = "0.16.1", features = ["serde", "deadlock", "nightly", "strict_assertions", "tracing"] }
serde

Enables serde

deadlock

Enables deadlock_detection of parking_lot

nightly

Enables nightly of allocator-api2

TODO(MrCroxx): Remove this after allocator_api is stable.

strict_assertions

Enables strict_assertions of foyer-common and foyer-memory

tracing

Enables enable of fastrace, tracing of foyer-common and foyer-memory