# 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-actions" version = "0.3.1" authors = ["kvc0"] description = "Tracing subscriber that vends action trace structures to a callback" readme = "README.md" keywords = [ "tracing", "service", "performance", ] categories = [ "web-programming", "development-tools::profiling", ] license = "Apache-2.0" repository = "https://github.com/kvc0/tracing-actions" resolver = "1" [lib] bench = false [[bench]] name = "bench_main" harness = false [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.thread_local] version = "1.1" [dependencies.tracing] version = "0.1" [dependencies.tracing-core] version = "0.1" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.tokio] version = "1" features = ["full"]