# 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-dipstick" version = "0.2.0" authors = ["Michal 'vorner' Vaner "] description = "Bridge from tracing instrumentation to the dipstick metrics library" documentation = "https://docs.rs/tracing-dipstick" readme = "README.md" keywords = [ "tracing", "dipstick", "metrics", ] categories = [ "development-tools::debugging", "development-tools::profiling", ] license = "Apache-2.0/MIT" repository = "https://github.com/vorner/tracing-dipstick" resolver = "2" [dependencies.dipstick] version = "0.9" [dependencies.once_cell] version = "1" [dependencies.tracing-core] version = "0.1" features = ["std"] default-features = false [dependencies.tracing-subscriber] version = "0.3" features = ["registry"] default-features = false [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.log] version = "0.4" [dev-dependencies.tracing] version = "0.1" features = ["log-always"] default-features = true