logwise 0.5.0

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

[dependencies.wasm_safe_mutex]
version = "0.1.2"

[dev-dependencies.test_executors]
version = "0.4.0"

[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.1"
version = "0.5.0"

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

[target.'cfg(target_arch="wasm32")'.dependencies.wasm_thread]
version = "0.3.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.0"

[target.'cfg(target_arch="wasm32")'.dev-dependencies.js-sys]
version = "0.3.83"

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

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

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

[[test]]
name = "debuginternal"
path = "tests/debuginternal.rs"

[[test]]
name = "heartbeat"
path = "tests/heartbeat.rs"

[[test]]
name = "macro_refactor"
path = "tests/macro_refactor.rs"

[[test]]
name = "perfwarn_if"
path = "tests/perfwarn_if.rs"