# 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_dynamic" version = "0.3.1" description = "Utilities for working with Tokio Tracing, with dynamic fields for events and spans" homepage = "https://github.com/BrynCooke/tracing-dynamic" readme = "README.md" keywords = [ "tracing", "dynamic", "fields", "logging", "instrumentation", ] license = "Apache-2.0" repository = "https://github.com/BrynCooke/tracing-dynamic" [dependencies.tracing] version = "0.1" [dependencies.tracing-core] version = "0.1" [dev-dependencies.insta] version = "1.34.0" [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "json", "registry", ]