[package] name = "openapi-github" version = "0.1.0" authors = ["OpenAPI Generator team and contributors"] description = "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs" license = "MIT" edition = "2021" [dependencies] serde = { version = "^1.0", features = ["derive"] } serde_with = { version = "^3.8", default-features = false, features = [ "base64", "std", "macros", ] } serde_json = "^1.0" serde_repr = "^0.1" url = "^2.5" uuid = { version = "^1.8", features = ["serde", "v4"] } reqwest = { version = "^0.12", features = ["json", "multipart"] }