tracing-subscriber-init 0.2.6

A trait and some functions to make tracing subscriber initialization a bit easier
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88.0"
name = "tracing-subscriber-init"
version = "0.2.6"
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A trait and some functions to make tracing subscriber initialization a bit easier"
homepage = "https://github.com/rustyhorde/tracing-subscriber-init"
documentation = "https://docs.rs/tracing-subscriber-init"
readme = "README.md"
keywords = [
    "tracing",
    "tracing-subscriber",
    "configuration",
]
categories = [
    "config",
    "development-tools::debugging",
    "development-tools::profiling",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustyhorde/tracing-subscriber-init"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
json = ["tracing-subscriber/json"]
tstime = [
    "tracing-subscriber/time",
    "time",
]
unstable = []

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.time]
version = "0.3.47"
features = ["formatting"]
optional = true
default-features = false

[dependencies.tracing]
version = "0.1.44"
features = ["max_level_trace"]

[dependencies.tracing-subscriber]
version = "0.3.23"

[build-dependencies.rustversion]
version = "1.0.22"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ["cfg(coverage,coverage_nightly)"]