axum-core 0.1.2

Core types and traits for axum
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.0"

[dependencies.futures-util]
default-features = false
features = ["alloc"]
version = "0.3"

[dependencies.http]
version = "0.2"

[dependencies.http-body]
version = "0.4"

[dependencies.mime]
version = "0.3.16"
[dev-dependencies.axum]
version = "0.4"

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.hyper]
version = "0.14"

[package]
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Core types and traits for axum"
edition = "2018"
homepage = "https://github.com/tokio-rs/axum"
keywords = ["http", "web", "framework"]
license = "MIT"
name = "axum-core"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.1.2"