log-fastly 0.9.1

Implementation of the `log` façade for Fastly Compute@Edge
Documentation
[package]
name = "log-fastly"
description = "Implementation of the `log` façade for Fastly Compute@Edge"
version = "0.9.1"
authors = ["Fastly <oss@fastly.com>"]
license = "Apache-2.0 WITH LLVM-exception"
edition = "2021"
categories = ["wasm", "development-tools::debugging"]
keywords = ["fastly"]

[dependencies]
log = { version = "0.4.8", features = ["std"] }
regex = "1.5.5"
fastly = { path = "../fastly", version = "^0.9.1" }

# only needed for the native testing stubs
anyhow = { version = "1.0", optional = true }
lazy_static = { version = "1.4.0", optional = true }

[features]
default = []
native-test-stubs = ["anyhow", "lazy_static"]