Cargo Features

[dependencies]
spacegate = { version = "0.2.0-alpha.1", default-features = false, features = ["full", "build-k8s", "build-local", "build-simple", "k8s", "fs", "redis", "axum", "static-openssl", "dylib"] }
default = fs

The fs feature is set by default whenever spacegate is added without default-features = false somewhere in the dependency tree.

full = axum, fs, k8s, redis
build-k8s = axum, k8s, redis
build-local = axum, fs, redis
build-simple = fs
k8s build-k8s? full?

Enables k8s of spacegate-shell

fs default build-local? build-simple? full?

Enables fs of spacegate-shell

redis build-k8s? build-local? full?

Enables cache of spacegate-shell

axum build-k8s? build-local? full?

Enables spacegate-shell

static-openssl

Used to statically link openssl at compile time

Enables vendored of openssl

dylib

Enables plugin-dylib of spacegate-shell