# 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-api" version = "0.8.1" authors = [ "Eliza Weisman ", "Tokio Contributors ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Protobuf wire format bindings for the Tokio console. """ homepage = "https://github.com/tokio-rs/console/blob/main/console-api" readme = "README.md" keywords = [ "tracing", "tokio-console", "debugging", "async", "tonic", ] 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", ] [lib] name = "console_api" path = "src/lib.rs" [[test]] name = "bootstrap" path = "tests/bootstrap.rs" [dependencies.futures-core] version = "0.3" [dependencies.prost] version = "0.13.1" [dependencies.prost-types] version = "0.13.1" [dependencies.tonic] version = "0.12" features = [ "prost", "codegen", "transport", ] default-features = false [dependencies.tracing-core] version = "0.1.17" [dev-dependencies.prost-build] version = "0.13.1" [dev-dependencies.tonic-build] version = "0.12" features = [ "prost", "transport", ] default-features = false [features] transport = ["tonic/transport"]