[dependencies.logwise_proc]
version = "0.4.0"
[dependencies.wasm_safe_mutex]
version = "0.1.1"
[dev-dependencies.test_executors]
version = "0.3.5"
[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.4.0"
[target.'cfg(target_arch="wasm32")'.dependencies.wasm-bindgen]
version = "0.2.105"
[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.82"
[target.'cfg(target_arch="wasm32")'.dev-dependencies.wasm-bindgen-futures]
version = "0.4.55"
[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.3"
[[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"