[dependencies.executor-core]
default-features = false
features = ["std", "async-executor"]
version = "0.7.1"
[dependencies.eyre]
version = "0.6.12"
[dependencies.http-kit]
version = "0.4.2"
[dependencies.utoipa]
default-features = false
features = ["macros"]
optional = true
version = "5.4"
[features]
default = ["std"]
openapi = ["std", "dep:utoipa"]
std = []
[lib]
name = "skyzen_core"
path = "src/lib.rs"
[lints.clippy]
all = "warn"
cargo = "warn"
complexity = "warn"
correctness = "warn"
nursery = "warn"
pedantic = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"
[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1
[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-server"]
description = "Foundational extractor/responder traits for the Skyzen framework"
edition = "2021"
keywords = ["http", "web", "framework"]
license = "MIT OR Apache-2.0"
name = "skyzen-core"
readme = "README.md"
repository = "https://github.com/zen-rs/skyzen"
version = "0.1.0"