# 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.74.0" name = "console-subscriber" version = "0.3.0" authors = [ "Eliza Weisman ", "Tokio Contributors ", ] description = """ A `tracing-subscriber::Layer` for collecting Tokio console telemetry. """ homepage = "https://github.com/tokio-rs/console/blob/main/console-subscriber" readme = "README.md" keywords = [ "tracing", "tracing-subscriber", "tokio-console", "debugging", "async", ] categories = [ "development-tools::debugging", "development-tools::profiling", "asynchronous", ] license = "MIT" repository = "https://github.com/tokio-rs/console/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "grpc_web" required-features = ["grpc-web"] [dependencies.console-api] version = "0.7.0" features = ["transport"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.crossbeam-utils] version = "0.8.7" [dependencies.futures-task] version = "0.3" default-features = false [dependencies.hdrhistogram] version = "7.3.0" features = ["serialization"] default-features = false [dependencies.humantime] version = "2.1.0" [dependencies.parking_lot_crate] version = "0.12" optional = true package = "parking_lot" [dependencies.prost] version = "0.12" [dependencies.prost-types] version = "0.12.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thread_local] version = "1.1.3" [dependencies.tokio] version = "^1.21" features = [ "sync", "time", "macros", "tracing", ] [dependencies.tokio-stream] version = "0.1" features = ["net"] [dependencies.tonic] version = "0.11" features = ["transport"] [dependencies.tonic-web] version = "0.11" optional = true [dependencies.tracing] version = "0.1.26" [dependencies.tracing-core] version = "0.1.24" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "fmt", "registry", ] default-features = false [dev-dependencies.futures] version = "0.3" [dev-dependencies.http] version = "0.2" [dev-dependencies.tokio] version = "^1.21" features = [ "full", "rt-multi-thread", ] [dev-dependencies.tower] version = "0.4" default-features = false [dev-dependencies.tower-http] version = "0.4" features = ["cors"] [features] default = ["env-filter"] env-filter = ["tracing-subscriber/env-filter"] grpc-web = ["tonic-web"] parking_lot = [ "parking_lot_crate", "tracing-subscriber/parking_lot", ]