# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.75" name = "utoipa-actix-web" version = "0.1.2" authors = ["Juha Kukkonen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utoipa's actix-web bindings for seamless integration of the two" readme = "README.md" keywords = [ "utoipa", "actix-web", "bindings", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/juhaku/utoipa" [package.metadata.docs.rs] features = [] rustdoc-args = [ "--cfg", "doc_cfg", ] [lib] name = "utoipa_actix_web" path = "src/lib.rs" [dependencies.actix-service] version = "2" [dependencies.actix-web] version = "4" default-features = false [dependencies.utoipa] version = "5" [dev-dependencies.actix-web] version = "4" features = ["macros"] default-features = false [dev-dependencies.serde] version = "1" [dev-dependencies.utoipa] version = "5" features = [ "actix_extras", "macros", "debug", ] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(doc_cfg)"]