[package]
edition = "2021"
name = "fastly-api"
version = "13.0.0"
authors = ["Fastly <oss@fastly.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fastly API client"
readme = "README.md"
keywords = ["fastly"]
categories = [
"wasm",
"web-programming",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/fastly/fastly-rust/"
[lib]
name = "fastly_api"
path = "src/lib.rs"
[dependencies.reqwest]
version = "^0.12"
features = [
"json",
"multipart",
]
[dependencies.serde]
version = "^1.0"
[dependencies.serde_derive]
version = "^1.0"
[dependencies.serde_json]
version = "^1.0"
[dependencies.url]
version = "^2.2"
[dev-dependencies]