[dependencies.anyhow]
optional = true
version = "1.0"
[dependencies.fastly]
version = "=0.11.13"
[dependencies.lazy_static]
optional = true
version = "1.4.0"
[dependencies.log]
features = ["std"]
version = "0.4.8"
[dependencies.regex]
version = "1.5.5"
[features]
default = []
native-test-stubs = ["anyhow", "lazy_static"]
[lib]
name = "log_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", "development-tools::debugging"]
description = "Implementation of the `log` façade for Fastly Compute"
edition = "2021"
keywords = ["fastly"]
license = "Apache-2.0 WITH LLVM-exception"
name = "log-fastly"
readme = false
version = "0.11.13"
[package.metadata.docs.rs]
targets = ["wasm32-wasip1", "wasm32-wasip2"]
[[test]]
name = "tests"
path = "tests/tests.rs"