fastly 0.8.2

Fastly Compute@Edge API
Documentation
[package]
name = "fastly"
description = "Fastly Compute@Edge API"
version = "0.8.2"
authors = ["Fastly <oss@fastly.com>"]
license = "Apache-2.0 WITH LLVM-exception"
edition = "2018"
categories = ["wasm", "web-programming"]
keywords = ["fastly"]

[dependencies]
# `fastly` contains items from the following packages in its public interface. If the major versions
# of any of these dependencies are bumped, the major version of `fastly` must be bumped as well.
anyhow = "1.0.28"
http = "0.2.3"
mime = "^0.3.16"
serde = { version = "1.0.51", features = ["derive"] }
time = { version = "0.3.0", default-features = false, features = ["std", "serde"] }
url = "^2.2.2"

# `fastly` does not contain items from the following packages in its public interface, so upgrading
# these dependencies' major version requires only a minor version bump to `fastly`.
bytes = "0.5.4"
lazy_static = "1.4.0"
serde_json = "1.0.51"
serde_urlencoded = "0.7.0"
sha2 = "^0.9.3"
thiserror = "^1.0.20"

# These are always kept in lock step with the `fastly` version.
# These crates are in the public interface and any semver changes will require a major version bump
fastly-macros = { path = "../fastly-macros", version = "^0.8.2" }
fastly-shared = { path = "../fastly-shared", version = "^0.8.2" }

# These crates are not in the public interface and only need to be at the same version as `fastly`
fastly-sys = { path = "../fastly-sys", version = "^0.8.2" }