predawn-core 0.8.0

Core types and traits for predawn
Documentation
[package]
name = "predawn-core"
description = "Core types and traits for predawn"
keywords = ["http", "web", "framework", "async"]
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
include.workspace = true
readme.workspace = true

[dependencies]
predawn-schema = { workspace = true }

bytes = { workspace = true }
futures-core = { workspace = true, features = ["alloc"] }
futures-util = { workspace = true, features = ["alloc"] }
hyper = { workspace = true }
http = { workspace = true }
http-body = { workspace = true }
http-body-util = { workspace = true }
thiserror = { workspace = true }
mime = { workspace = true }
openapiv3 = { workspace = true }
indexmap = { workspace = true, features = ["std"] }