logwise 0.3.0

an opinionated logging library for Rust
Documentation
[dependencies.logwise_proc]
version = "0.3.0"

[dev-dependencies]

[features]
logwise_internal = []

[lib]
name = "logwise"
path = "src/lib.rs"

[package]
authors = ["Drew Crawford <drew@sealedabstract.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging", "development-tools::profiling"]
description = "an opinionated logging library for Rust"
edition = "2024"
exclude = [".*"]
homepage = "https://sealedabstract.com/code/logwise"
keywords = ["logging"]
license = "MIT OR Apache-2.0"
name = "logwise"
readme = "README.md"
repository = "https://github.com/drewcrawford/logwise"
rust-version = "1.85.0"
version = "0.3.0"

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

[target.'cfg(target_arch="wasm32")'.dependencies.wasm_thread]
version = "0.3"

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

[target.'cfg(target_arch="wasm32")'.dependencies.web-time]
version = "1.1"

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

[target.'cfg(target_arch="wasm32")'.dev-dependencies.wasm_thread]
version = "0.3"