dial9 0.3.13

CLI for dial9-tokio-telemetry: trace viewer, analysis toolkit, and agent skills
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 = "dial9"
version = "0.3.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for dial9-tokio-telemetry: trace viewer, analysis toolkit, and agent skills"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/dial9-rs/dial9-tokio-telemetry"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/dial9-viewer-v{ version }/dial9-viewer-{ target }-v{ version }{ archive-suffix }"
pkg-fmt = "tgz"
bin-dir = "dial9{ binary-ext }"

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

[[bin]]
name = "dial9"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.dial9-viewer]
version = "0.3.13"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]