spacegate-kernel 0.2.0-alpha.4

A library-first, lightweight, high-performance, cloud-native supported API gateway
Documentation
[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"

[dependencies.crossbeam-utils]
version = "0.8"

[dependencies.futures-util]
version = "0"

[dependencies.http-body-util]
version = "0"

[dependencies.hyper]
features = ["full"]
version = "1"

[dependencies.hyper-rustls]
default-features = false
features = ["ring", "http2", "http1", "tls12", "native-tokio", "http1", "http2"]
version = "0.27"

[dependencies.hyper-util]
features = ["server-auto", "client-legacy", "tokio"]
version = "0"

[dependencies.ipnet]
optional = true
version = "2"

[dependencies.mime_guess]
version = "2"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.rand]
version = "0.9"

[dependencies.regex]
version = "1"

[dependencies.rustls-pemfile]
version = "2"

[dependencies.spacegate-ext-redis]
optional = true
version = "0.2.0-alpha.4"

[dependencies.tokio]
features = ["net", "time", "macros", "fs"]
version = "1"

[dependencies.tokio-rustls]
version = "0.26"

[dependencies.tokio-util]
features = ["io"]
version = "0.7"

[dependencies.tower-layer]
version = "0.3"

[dependencies.tracing]
version = "0"

[dev-dependencies.axum]
features = ["multipart"]
version = "0.8.1"

[dev-dependencies.axum-server]
features = ["tls-rustls"]
version = "0.7"

[dev-dependencies.md5]
version = "0.7.0"

[dev-dependencies.reqwest]
features = ["multipart", "stream"]
version = "0.12"

[dev-dependencies.tokio]
features = ["net", "time", "rt", "macros"]
version = "1"

[dev-dependencies.tokio-tungstenite]
version = "0"

[dev-dependencies.tracing-subscriber]
features = ["env-filter", "env-filter"]
version = "0.3"

[features]
ext-redis = ["spacegate-ext-redis"]
ipnet = ["dep:ipnet"]
reload = []

[lib]
name = "spacegate_kernel"
path = "src/lib.rs"

[package]
authors = ["gudaoxuri <i@sunisle.org>", "4t145 <u4t145@163.com>", "RWDai <rwdai@foxmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "A library-first, lightweight, high-performance, cloud-native supported API gateway"
documentation = "https://docs.rs/spacegate/"
edition = "2021"
homepage = "https://github.com/ideal-world/spacegate"
keywords = ["http", "gateway", "proxy", "websocket", "kubernates"]
license = "MIT/Apache-2.0"
name = "spacegate-kernel"
readme = "README.md"
repository = "https://github.com/ideal-world/spacegate"
version = "0.2.0-alpha.4"

[[test]]
name = "test_h2"
path = "tests/test_h2.rs"
required-features = ["axum/http2"]

[[test]]
name = "test_https"
path = "tests/test_https.rs"

[[test]]
name = "test_multi_part"
path = "tests/test_multi_part.rs"

[[test]]
name = "test_sameport"
path = "tests/test_sameport.rs"

[[test]]
name = "test_websocket"
path = "tests/test_websocket.rs"