mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-25 00:00:23 +02:00
Expose hyper's http2 feature flag (#279)
* Order features alphabetically … in Cargo.toml and crate docs. * Improve ws feature docs * Expose hyper's http2 feature flag
This commit is contained in:
+2
-1
@@ -16,9 +16,10 @@ members = ["examples/*"]
|
||||
|
||||
[features]
|
||||
default = ["tower-log"]
|
||||
ws = ["tokio-tungstenite", "sha-1", "base64"]
|
||||
http2 = ["hyper/http2"]
|
||||
multipart = ["multer", "mime"]
|
||||
tower-log = ["tower/log"]
|
||||
ws = ["tokio-tungstenite", "sha-1", "base64"]
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user