log-fastly 0.2.0

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

[dependencies.fastly]
version = "^0.7.0"

[dependencies.lazy_static]
optional = true
version = "1.4.0"

[dependencies.log]
features = ["std"]
version = "0.4.8"

[dependencies.regex]
version = "1.3.2"

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

[package]
authors = ["Fastly <oss@fastly.com>"]
description = "Implementation of the `log` façade for Fastly Compute@Edge"
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
name = "log-fastly"
version = "0.2.0"