# 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" 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" [lib] name = "tapioca" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.reqwest] version = "0.6" [dependencies.base64] version = "0.6" [dependencies.tapioca-codegen] version = "0.0.1" [dependencies.clippy] version = "0.0" optional = true [dependencies.serde_json] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde] version = "1.0" [badges.travis-ci] repository = "OJFord/tapioca" [badges.is-it-maintained-open-issues] repository = "OJFord/tapioca" [badges.is-it-maintained-issue-resolution] repository = "OJFord/tapioca"