emit 1.14.0

Developer-first diagnostics for Rust applications.
Documentation
[dependencies.emit_core]
default-features = false
version = "1.14.0"

[dependencies.emit_macros]
version = "1.14.0"

[dependencies.serde]
default-features = false
optional = true
version = "1"

[dependencies.sval]
default-features = false
optional = true
version = "2"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.serde_test]
version = "1"

[dev-dependencies.sval_test]
version = "2"

[features]
alloc = ["emit_core/alloc"]
default = ["std", "rand", "web", "implicit_rt", "implicit_internal_rt"]
implicit_internal_rt = ["emit_core/implicit_internal_rt"]
implicit_rt = ["emit_core/implicit_rt", "emit_macros/implicit_rt"]
serde = ["emit_macros/serde", "emit_core/serde", "dep:serde"]
std = ["alloc", "emit_macros/std", "emit_core/std"]
sval = ["emit_macros/sval", "emit_core/sval", "dep:sval"]
web = ["wasm-bindgen", "js-sys"]

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

[package]
authors = ["emit contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = "Developer-first diagnostics for Rust applications."
edition = "2021"
keywords = ["logging", "tracing", "metrics", "observability"]
license = "MIT OR Apache-2.0"
name = "emit"
readme = "README.md"
repository = "https://github.com/emit-rs/emit"
version = "1.14.0"

[package.metadata.docs.rs]
features = ["std", "rand", "sval", "serde", "implicit_rt", "implicit_internal_rt"]

[profile.release]
debug = 2

[target.'cfg(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown"))'.dependencies.js-sys]
optional = true
version = "0.3"

[target.'cfg(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown"))'.dependencies.wasm-bindgen]
optional = true
version = "0.2"

[target.'cfg(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown"))'.dev-dependencies.wasm-bindgen-test]
version = "0.3"

[target.'cfg(any(target_os = "linux", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "android", target_os = "wasi"))'.dependencies.rand]
optional = true
version = "0.9"

[target.'cfg(not(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown")))'.dev-dependencies.tokio]
features = ["sync", "macros", "io-util", "rt", "time"]
version = "1"