Cargo Features

foyer-storage has no features set by default.

[dependencies]
foyer-storage = { version = "0.8.1", features = ["deadlock", "nightly", "strict_assertions"] }
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