figma-api 0.31.4

This is the OpenAPI specification for the [Figma REST API](https://www.figma.com/developers/api). Note: we are releasing the OpenAPI specification as a beta given the large surface area and complexity of the REST API. If you notice any inaccuracies with the specification, please [file an issue](https://github.com/figma/rest-api-spec/issues).
Documentation
[dependencies.reqwest]
optional = true
version = "^0.12"

[dependencies.serde]
features = ["derive"]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_repr]
version = "^0.1"

[dependencies.serde_with]
default-features = false
features = ["base64", "std", "macros"]
version = "^3.8"

[dependencies.url]
version = "^2.5"

[dev-dependencies.serde_path_to_error]
version = "0.1.17"

[dev-dependencies.tokio]
features = ["full", "macros", "rt-multi-thread"]
version = "1.45.1"

[features]
client = ["reqwest"]
default = ["client"]

[lib]
name = "figma_api"
path = "src/lib.rs"

[package]
authors = ["support@figma.com", "universe@grida.co"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming"]
description = "This is the OpenAPI specification for the [Figma REST API](https://www.figma.com/developers/api).  Note: we are releasing the OpenAPI specification as a beta given the large surface area and complexity of the REST API. If you notice any inaccuracies with the specification, please [file an issue](https://github.com/figma/rest-api-spec/issues)."
documentation = "https://www.figma.com/developers/api"
edition = "2021"
keywords = ["figma", "api", "client"]
license = "MIT"
name = "figma-api"
readme = "README.md"
repository = "https://github.com/gridaco/figma-api-rust"
version = "0.31.4"

[[test]]
name = "files_api_integration"
path = "tests/files_api_integration.rs"

[[test]]
name = "serialization_test"
path = "tests/serialization_test.rs"