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 wheneverspacegate
is added without
somewhere in the dependency tree.default-features = false - 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
- dylib
-
Enables plugin-dylib of spacegate-shell