[package] name = "tba-openapi-rust" version = "3.8.2" authors = ["OpenAPI Generator team and contributors"] description = "# Overview Information and statistics about FIRST Robotics Competition teams and events. # Authentication All endpoints require an Auth Key to be passed in the header `X-TBA-Auth-Key`. If you do not have an auth key yet, you can obtain one from your [Account Page](/account)." # Override this license by providing a License Object in the OpenAPI. license = "Unlicense" edition = "2018" [dependencies] serde = "^1.0" serde_derive = "^1.0" serde_json = "^1.0" url = "^2.2" uuid = { version = "^1.0", features = ["serde"] } [dependencies.reqwest] version = "^0.11" features = ["json", "multipart"]