log-fastly 0.9.1

Implementation of the `log` façade for Fastly Compute@Edge
Documentation
[dependencies.anyhow]
optional = true
version = "1.0"

[dependencies.fastly]
version = "^0.9.1"

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

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