logwise 0.2.0

an opinionated logging library for Rust
Documentation
[package]
name = "logwise"
version = "0.2.0"
authors = ["Drew Crawford <drew@sealedabstract.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "an opinionated logging library for Rust"
homepage = "https://sealedabstract.com/code/logwise"
repository = "https://github.com/drewcrawford/logwise"
keywords = ["logging"]
categories = ["development-tools::debugging", "development-tools::profiling"]

exclude = [".*"]

[dependencies]
logwise_proc = { path = "logwise_proc", version = "0.1.0" }

[target.'cfg(target_arch="wasm32")'.dependencies]
wasm-bindgen = "0.2"
web-time = "1.1"
web-sys = {version = "0.3",features=["console"]}


[target.'cfg(target_arch="wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3.45"

[dev-dependencies]