# 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 = "2021" name = "tracing-subscriber-init" version = "0.1.3" authors = ["Jason Ozias "] 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.cargo-all-features] denylist = ["time"] [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1.0.71" [dependencies.time] version = "0.3.21" features = ["formatting"] optional = true default-features = false [dependencies.tracing] version = "0.1.37" features = ["max_level_trace"] [dependencies.tracing-subscriber] version = "0.3.17" [build-dependencies.rustversion] version = "1.0.12" [features] json = ["tracing-subscriber/json"] tstime = [ "tracing-subscriber/time", "time", ] unstable = []