log-fastly 0.8.3

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.8.3"
authors = ["Fastly <oss@fastly.com>"]
license = "Apache-2.0 WITH LLVM-exception"
edition = "2018"
categories = ["wasm", "development-tools::debugging"]
keywords = ["fastly"]

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

# 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"]