Cargo Features

foyer-storage has no features set by default.

[dependencies]
foyer-storage = { version = "0.7.6", features = ["deadlock", "nightly"] }
deadlock

Enables deadlock_detection of parking_lot

nightly

Enables nightly of allocator-api2

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