# 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" rust-version = "1.65.0" name = "ari-subscriber" version = "0.0.2" authors = ["Hayden Stainsby "] description = """ Async Executor Instrumentation Observability Utility A tracing subscriber layer that outputs Tokio's tracing instrumentation to the terminal in a format conducive to debugging. """ homepage = "https://github.com/hds/ari-subscriber" readme = "README.md" keywords = [ "tracing", "tracing-subscriber", "tokio", "debugging", "async", ] categories = [ "development-tools::debugging", "development-tools::profiling", ] license = "MIT" repository = "https://github.com/hds/ari-subscriber" [dependencies.chrono] version = "0.4" [dependencies.colored] version = "2.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.console-subscriber] version = "0.2" [dev-dependencies.tokio] version = "1.34" features = [ "full", "tracing", ]