[dependencies.actix-service]
version = "2"
[dependencies.actix-web]
default-features = false
version = "4"
[dependencies.utoipa]
version = "5"
[dev-dependencies.actix-web]
default-features = false
features = ["macros"]
version = "4"
[dev-dependencies.serde]
version = "1"
[dev-dependencies.utoipa]
features = ["actix_extras", "macros", "debug"]
version = "5"
[lib]
name = "utoipa_actix_web"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(doc_cfg)"]
level = "warn"
priority = 0
[package]
authors = ["Juha Kukkonen <juha7kukkonen@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming"]
description = "Utoipa's actix-web bindings for seamless integration of the two"
edition = "2021"
keywords = ["utoipa", "actix-web", "bindings"]
license = "MIT OR Apache-2.0"
name = "utoipa-actix-web"
readme = "README.md"
repository = "https://github.com/juhaku/utoipa"
rust-version = "1.75"
version = "0.1.2"
[package.metadata.docs.rs]
features = []
rustdoc-args = ["--cfg", "doc_cfg"]