Cargo Features

[dependencies]
eshanized-polaris = { version = "0.1.1", default-features = false, features = ["quic", "tls", "metrics", "grpc", "rocksdb", "sled", "wasm", "dashboard", "ai-scheduler", "compression-lz4", "compression-zstd", "serde-bincode", "serde-rmp", "replication", "auth-jwt", "docsrs"] }
default = metrics, quic, serde-bincode, tls

These default features are set whenever eshanized-polaris is added without default-features = false somewhere in the dependency tree.

quic default

Core features

Enables quic of eshanized-polaris-core

tls default

Enables tls of eshanized-polaris-core

metrics default

Enables metrics of eshanized-polaris-core

grpc

Optional features

Enables grpc of eshanized-polaris-core

rocksdb

Enables rocksdb of eshanized-polaris-core

eshanized-polaris-core:

Storage backends

sled

Enables sled of eshanized-polaris-core

wasm

Enables wasm of eshanized-polaris-core

eshanized-polaris-core:

Advanced features

dashboard

Enables dashboard of eshanized-polaris-core

ai-scheduler

Enables ai-scheduler of eshanized-polaris-core

compression-lz4

Enables compression-lz4 of eshanized-polaris-core

eshanized-polaris-core:

Compression

compression-zstd

Enables compression-zstd of eshanized-polaris-core

serde-bincode default

Enables serde-bincode of eshanized-polaris-core

eshanized-polaris-core:

Serialization

serde-rmp

Enables serde-rmp of eshanized-polaris-core

replication

Enables replication of eshanized-polaris-core

auth-jwt

Enables auth-jwt of eshanized-polaris-core

docsrs

Documentation

Enables docsrs of eshanized-polaris-core