axum-core 0.4.3

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 = "1.0.0"

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

[dependencies.http-body-util]
version = "0.1.0"

[dependencies.mime]
version = "0.3.16"

[dependencies.pin-project-lite]
version = "0.2.7"

[dependencies.sync_wrapper]
version = "0.1.1"

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

[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]
version = "0.7.2"

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

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

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

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

[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.4.3"
[package.metadata.cargo-public-api-crates]
allowed = ["futures_core", "tower_layer", "bytes", "http", "http_body"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]