service-logging 0.2.6

Asynchronous structured logging in tiny library (6KB) with clients for Coralogix and console.log. WASM compatible
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.reqwest]
features = ["json"]
version = "^0.10.9"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_json]
default-features = false
optional = true
version = "1.0"

[dependencies.serde_repr]
version = "0.1"

[features]
alloc = ["serde_json/alloc", "serde/alloc"]
default = ["alloc"]
std = ["serde_json/std", "serde/std"]

[package]
authors = ["stevelr <git@somecool.net>"]
categories = ["development-tools::debugging", "api-bindings", "wasm", "asynchronous"]
description = "Asynchronous structured logging in tiny library (6KB) with clients for Coralogix and console.log. WASM compatible"
documentation = "https://docs.rs/service-logging"
edition = "2018"
homepage = "https://github.com/stevelr/service-logging"
keywords = ["logging", "wasm", "coralogix"]
license = "MIT OR Apache-2.0"
name = "service-logging"
readme = "README.md"
repository = "https://github.com/stevelr/service-logging"
version = "0.2.6"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2"

[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["console"]
version = "0.3"