# 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] name = "tapioca-codegen" version = "0.0.1" authors = ["Oliver Ford "] description = "Type-safe REST client using the OpenAPI Specification" readme = "../README.md" keywords = ["REST", "API", "OAS", "OpenAPI"] categories = ["api-bindings", "development-tools", "web-programming::http-client"] license-file = "../LICENCE" repository = "https://github.com/OJFord/tapioca/tree/master/tapioca-codegen" [lib] proc-macro = true [dependencies.quote] version = "0.3" [dependencies.syn] version = "0.11" [dependencies.yaml-rust] version = "0.3" [dependencies.regex] version = "0.2" [dependencies.Inflector] version = "0.10.0" [dependencies.reqwest] version = "0.6" [badges.is-it-maintained-issue-resolution] repository = "OJFord/tapioca" [badges.travis-ci] repository = "OJFord/tapioca" [badges.is-it-maintained-open-issues] repository = "OJFord/tapioca"