Cargo Features
[dependencies]
pacifica-rs = { version = "1.0.0", default-features = false, features = ["tokio-runtime", "log-storage-rocksdb", "snapshot-storage-fs"] }
- default = log-storage-rocksdb, snapshot-storage-fs, tokio-runtime
-
These default features are set whenever
pacifica-rs
is added without
somewhere in the dependency tree.default-features = false - tokio-runtime default
-
Enable the default Tokio runtime
Enables tokio
Affects
instant::TokioInstant
… - log-storage-rocksdb default
-
Enables rocksdb
Affects
storage::rocksdb_impl
… - snapshot-storage-fs default
-
Affects
file_downloader::FileDownloader
,file_downloader::DownloadOption
,file_downloader::DownloadFileError
,file_service::ReadFileError
,file_service::FileReader
,file_service::FileService
,fs_snapshot_storage::FsSnapshotStorage
,fs_snapshot_storage::FsSnapshotStorageInner
,fs_snapshot_storage::FsSnapshotReader
,fs_snapshot_storage::FsSnapshotWriter
,fs_snapshot_storage::FsSnapshotDownloader
,fs_snapshot_storage::FileMeta
,fs_snapshot_storage::DefaultFileMeta
,storage::fs_impl
…