# 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-config" version = "0.1.0" authors = ["Matei Andrei"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides a configuration file approach to initializing and configuring tracing and tracing-subscriber" readme = "README.md" keywords = [ "tracing", "configuration", ] categories = [ "config", "development-tools::debugging", ] license = "MIT" repository = "https://github.com/mateiandrei94/tracing-config" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "tracing_config" path = "src/lib.rs" [[test]] name = "config" path = "tests/config.rs" [[test]] name = "interpolate" path = "tests/interpolate.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.chrono-tz] version = "0.9" features = ["serde"] [dependencies.indexmap] version = "2.0" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = [ "preserve_order", "arbitrary_precision", ] [dependencies.t] version = "0.1" features = [ "max_level_trace", "release_max_level_trace", ] package = "tracing" [dependencies.ta] version = "0.2" package = "tracing-appender" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8" [dependencies.ts] version = "0.3" features = [ "chrono", "registry", "env-filter", "fmt", "ansi", "json", ] package = "tracing-subscriber" [dependencies.uuid] version = "1.4" features = [ "v4", "serde", "fast-rng", "macro-diagnostics", ]