tracing-wasm 0.2.1

tracing subscriber for browser WASM
Documentation
[dependencies.rayon]
optional = true
version = "1.5"

[dependencies.tracing]
default-features = false
features = ["attributes"]
version = "0.1"

[dependencies.tracing-subscriber]
default-features = false
features = ["registry"]
version = "0.3"

[dependencies.wasm-bindgen]
version = "0.2"

[features]
mark-with-rayon-thread-index = ["rayon"]

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Cole Lawrence <cole@colelawrence.com>", "Story.ai Team <team@story.ai>"]
categories = ["development-tools::debugging", "development-tools::profiling", "no-std", "wasm"]
description = "tracing subscriber for browser WASM"
edition = "2018"
exclude = ["*.png"]
keywords = ["logging", "metrics", "wasm", "spans", "tracing"]
license = "MIT OR Apache-2.0"
name = "tracing-wasm"
readme = "README.md"
repository = "https://github.com/storyai/tracing-wasm"
version = "0.2.1"