#[cfg(feature ="storage-csv")]pubmodcsv_file_storage;#[cfg(feature ="storage-ddb")]pubmodddb_storage;#[cfg(feature ="storage-fjall")]pubmodfjall_storage;/// In-memory store. Dependency-free and always compiled, so a host embedding
/// the registry always has a working backend without picking a feature.
pubmodlocal_storage;#[cfg(feature ="storage-redis")]pubmodredis_storage;