2023-02-26 19:05:12 +01:00
|
|
|
[package]
|
|
|
|
name = "example-hyper-1-0"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
axum = { path = "../../axum" }
|
2023-07-15 17:38:38 +02:00
|
|
|
hyper = { version = "=1.0.0-rc.4", features = ["full"] }
|
|
|
|
hyper-util = { git = "https://github.com/hyperium/hyper-util", rev = "f898015", features = ["full"] }
|
2023-02-26 19:05:12 +01:00
|
|
|
tokio = { version = "1.0", features = ["full"] }
|
|
|
|
tower-http = { version = "0.4", features = ["trace"] }
|
2023-07-15 17:38:38 +02:00
|
|
|
tower-hyper-http-body-compat = { version = "0.2", features = ["http1", "server"] }
|
2023-02-26 19:05:12 +01:00
|
|
|
tracing = "0.1"
|
|
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|