# 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 = "2018" name = "actix-swagger" version = "0.3.1" authors = [ "Sergey Sova ", "Kirill Mironov ", ] description = "Code generator from swagger file for actix-web framework" keywords = [ "actix", "actix-web", "swagger", "codegen", ] categories = [ "development-tools", "network-programming", "web-programming::http-server", "web-programming", ] license = "MIT" repository = "https://github.com/sergeysova/actix-swagger" [dependencies.actix-http] version = "3.2.2" [dependencies.actix-rt] version = "2.7.0" [dependencies.actix-web] version = "4.2.1" [dependencies.futures] version = "0.3.24" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.take_mut] version = "0.2.2" [dependencies.thiserror] version = "1.0.37"