axum-core 0.4.5

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

[dependencies.bytes]
version = "1.2"

[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.rustversion]
version = "1.0.9"

[dependencies.sync_wrapper]
version = "1.0.0"

[dependencies.tower-http]
features = ["limit"]
optional = true
version = "0.6.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.6.0"

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

[lib]
name = "axum_core"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.57"
version = "0.4.5"

[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"]