tracing-console-host 0.1.4

Server that streams closed spans from a `tracing-cache` to remote console clients over protosocket-rpc.
Documentation
# 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 = "2024"
name = "tracing-console-host"
version = "0.1.4"
authors = ["kvc0"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server that streams closed spans from a `tracing-cache` to remote console clients over protosocket-rpc."
readme = "README.md"
keywords = [
    "tracing",
    "observability",
    "rpc",
    "debugging",
    "protosocket",
]
categories = [
    "development-tools::debugging",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kvc0/tracing-console"
resolver = "2"

[lib]
name = "tracing_console_host"
path = "src/lib.rs"

[[example]]
name = "fs_listing_api"
path = "examples/fs_listing_api.rs"

[[example]]
name = "synth_load"
path = "examples/synth_load.rs"

[dependencies.async-stream]
version = "0.3"

[dependencies.futures-core]
version = "0.3"

[dependencies.protosocket]
version = "1"

[dependencies.protosocket-messagepack]
version = "1"

[dependencies.protosocket-rpc]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.spillway]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "sync",
    "time",
    "macros",
    "net",
    "io-util",
    "signal",
    "process",
]

[dependencies.tracing]
version = "0"

[dependencies.tracing-cache]
version = "0.1.0"

[dev-dependencies.clap]
version = "4"
features = ["derive"]

[dev-dependencies.futures]
version = "0.3"

[lints.clippy]
expect_used = "deny"
panic_in_result_fn = "deny"
todo = "deny"
unwrap_used = "deny"