fastly 0.11.13

Fastly Compute API
Documentation
[dependencies.anyhow]
version = "1.0.28"

[dependencies.bytes]
version = "^1.4.0"

[dependencies.downcast-rs]
version = "1.2.1"

[dependencies.elsa]
features = ["indexmap"]
version = "1.10.0"

[dependencies.fastly-macros]
version = "=0.11.13"

[dependencies.fastly-shared]
version = "=0.11.13"

[dependencies.fastly-sys]
version = "=0.11.13"

[dependencies.http]
version = "^1.1.0"

[dependencies.itertools]
version = "0.13.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.mime]
version = "^0.3.16"

[dependencies.serde]
features = ["derive"]
version = "1.0.51"

[dependencies.serde_json]
version = "1.0.51"

[dependencies.serde_repr]
version = "0.1"

[dependencies.serde_urlencoded]
version = "0.7.0"

[dependencies.sha2]
version = "^0.9.3"

[dependencies.smallvec]
version = "1.13.2"

[dependencies.thiserror]
version = "^1.0.40"

[dependencies.time]
default-features = false
features = ["std", "serde"]
version = "^0.3.36"

[dependencies.url]
version = "^2.5.4"

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

[lints.clippy]
blocks_in_conditions = "allow"
bool_assert_comparison = "allow"
bool_comparison = "allow"
doc_lazy_continuation = "allow"
enum_variant_names = "allow"
field_reassign_with_default = "allow"
implied_bounds_in_impls = "allow"
large_futures = "deny"
let_and_return = "allow"
manual_range_contains = "allow"
needless_range_loop = "allow"
needless_return = "allow"
new_without_default = "allow"
option_map_unit_fn = "allow"
question_mark = "allow"
redundant_pattern_matching = "allow"
redundant_static_lifetimes = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
writeln_empty_string = "allow"

[package]
authors = ["Fastly <oss@fastly.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm", "web-programming"]
description = "Fastly Compute API"
edition = "2021"
keywords = ["fastly", "webassembly", "wasm"]
license = "Apache-2.0 WITH LLVM-exception"
name = "fastly"
readme = false
rust-version = "1.82"
version = "0.11.13"

[package.metadata.docs.rs]
targets = ["wasm32-wasip1", "wasm32-wasip2"]