axum-core 0.3.4

Core types and traits for axum
Documentation
[build-dependencies.rustversion]
version = "1.0.9"
[dependencies.async-trait]
version = "0.1.67"

[dependencies.bytes]
version = "1.0"

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

[dependencies.http]
version = "0.2.7"

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

[dependencies.mime]
version = "0.3.16"

[dependencies.tower-http]
features = ["limit"]
optional = true
version = "0.4"

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

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

[dependencies.tracing]
default-features = false
optional = true
version = "0.1.37"
[dev-dependencies.axum]
features = ["headers"]
version = "0.6.0"

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

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

[dev-dependencies.tokio]
features = ["macros"]
version = "1.25.0"

[dev-dependencies.tower-http]
features = ["limit"]
version = "0.4"

[features]
__private_docs = ["dep:tower-http"]
tracing = ["dep:tracing"]

[package]
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Core types and traits for axum"
edition = "2021"
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"
rust-version = "1.56"
version = "0.3.4"
[package.metadata.cargo-public-api-crates]
allowed = ["futures_core", "http", "bytes", "http_body", "tower_layer"]