[package] name = "tracing-tools" version = "0.6.0" authors = ["Sergey F. "] edition = "2018" description = "Quick and simple band aid for instrumenting async code with tracing" readme = "README.md" license = "MIT" repository = "https://github.com/let4be/tracing-tools" keywords = ["tokio", "tracing", "async", "rust"] [dependencies] tracing = "^0.1.25" tracing-futures = "^0.2.5" anyhow = "^1.0.40"