# 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" name = "poem-openapi-response" version = "0.5.0" authors = ["zihan "] description = "Define uniform response for Poem OpenAPI." homepage = "https://github.com/ZihanType/poem-extensions" readme = "README.md" keywords = [ "poem", "open-api", "response", "swagger", ] license = "MIT/Apache-2.0" repository = "https://github.com/ZihanType/poem-extensions" [dependencies.poem] version = "1.3.35" optional = true default-features = false [dependencies.poem-openapi] version = "2.0.5" optional = true default-features = false [dependencies.poem-openapi-macro] version = "0.2.0" features = [ "response", "one_response", "uni_response", ] optional = true default-features = false [features] default = [ "dep:poem", "dep:poem-openapi", "dep:poem-openapi-macro", ]