[package]
edition = "2021"
rust-version = "1.88"
name = "fastly-sys"
version = "0.12.0"
authors = ["Fastly <oss@fastly.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fastly Compute ABI Bindings"
readme = false
keywords = [
"fastly",
"webassembly",
"wasm",
]
categories = [
"external-ffi-bindings",
"wasm",
]
license = "Apache-2.0 WITH LLVM-exception"
[package.metadata.docs.rs]
targets = [
"wasm32-wasip1",
"wasm32-wasip2",
]
[lib]
name = "fastly_sys"
path = "src/lib.rs"
[dependencies.bitflags]
version = "^1.3.2"
[dependencies.fastly-shared]
version = "=0.12.0"
[target.'cfg(not(target_env = "p1"))'.dependencies.http]
version = "^1.1.0"
[target.'cfg(not(target_env = "p1"))'.dependencies.wasip2]
version = "1.0.2"
[target.'cfg(not(target_env = "p1"))'.dependencies.wit-bindgen]
version = "0.51.0"
features = [
"bitflags",
"realloc",
"std",
]
default-features = false
[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"
uninlined_format_args = "allow"
writeln_empty_string = "allow"