# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "swagg" version = "0.3.0" authors = ["Sergey Sova "] description = "Code generator from swagger file for actix-web framework" keywords = ["actix", "actix-web", "swagger", "codegen", "openapi"] categories = ["development-tools", "network-programming", "web-programming::http-server", "web-programming"] license = "MIT" repository = "https://github.com/sergeysova/actix-swagger" [dependencies.indexmap] version = "1.2.3" [dependencies.inflections] version = "1.1.1" [dependencies.log] version = "0.4.8" [dependencies.openapiv3] version = "0.3.0" [dependencies.proc-macro2] version = "1.0.8" [dependencies.quote] version = "1.0.2" [dependencies.regex] version = "1.3.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dev-dependencies.insta] version = "0.15.0" features = ["ron"] [dev-dependencies.tempfile] version = "3.1.0"