fastly-api 13.0.0

Fastly API client
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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]