# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "spacegate" version = "0.2.0-alpha.1" authors = [ "gudaoxuri ", "4t145 ", "RWDai ", ] description = "A library-first, lightweight, high-performance, cloud-native supported API gateway" homepage = "https://github.com/ideal-world/spacegate" documentation = "https://docs.rs/spacegate/" readme = "README.md" keywords = [ "http", "gateway", "proxy", "websocket", "kubernates", ] categories = [ "gateway", "web-programming", "kubernetes", "api", ] license = "MIT/Apache-2.0" repository = "https://github.com/ideal-world/spacegate" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.openssl] version = "0.10" [dependencies.serde] version = "1" features = [ "derive", "derive", ] [dependencies.spacegate-shell] version = "0.2.0-alpha.1" features = [ "ext-axum", "plugin-all", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "env-filter", ] [dev-dependencies] [features] axum = ["spacegate-shell/ext-axum"] build-k8s = [ "k8s", "redis", "axum", ] build-local = [ "fs", "redis", "axum", ] build-simple = ["fs"] default = ["fs"] dylib = ["spacegate-shell/plugin-dylib"] fs = ["spacegate-shell/fs"] full = [ "k8s", "fs", "redis", "axum", ] k8s = ["spacegate-shell/k8s"] redis = ["spacegate-shell/cache"] static-openssl = ["openssl/vendored"]