[dependencies.anyhow]
version = "1.0.86"
[dependencies.bytes]
version = "1.5.0"
[dependencies.chrono]
version = "0.4.31"
[dependencies.flate2]
version = "1.0.34"
[dependencies.http-body-util]
version = "0.1.0"
[dependencies.hyper]
features = ["full"]
version = "1"
[dependencies.hyper-util]
features = ["full"]
version = "0.1"
[dependencies.log]
version = "0.4.20"
[dependencies.rupring_macro]
version = "0.11.0"
[dependencies.rustls]
optional = true
version = "0.23.20"
[dependencies.rustls-pemfile]
optional = true
version = "2.2.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.193"
[dependencies.serde_json]
version = "1.0.108"
[dependencies.tokio]
features = ["rt", "net", "rt-multi-thread", "time"]
version = "1"
[dependencies.tokio-rustls]
optional = true
version = "0.26.1"
[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics"]
version = "1.6.1"
[features]
aws-lambda = []
default = []
full = ["aws-lambda"]
tls = ["tokio-rustls", "rustls-pemfile", "rustls"]
[lib]
name = "rupring"
path = "src/lib.rs"
[package]
authors = ["myyrakle <sssang97@naver.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Spring Comes to Rust"
documentation = "https://docs.rs/rupring/latest/rupring"
edition = "2021"
homepage = "https://github.com/myyrakle/rupring/blob/master/README.md"
keywords = ["server", "spring", "framework", "rupring"]
license = "MIT"
name = "rupring"
readme = "README.md"
repository = "https://github.com/myyrakle/rupring"
version = "0.13.0"
[target.'cfg(target_os = "linux")'.dependencies.signal-hook]
version = "0.3.17"