# 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 = "otelmeister" version = "0.1.1" authors = ["Marko Mikulicic "] description = "CLI tool for manipulating and viewing Jaeger and OTEL dump files" license = "MIT" [dependencies.anyhow] version = "1.0.75" features = ["backtrace"] [dependencies.bytes] version = "1.5.0" features = ["serde"] [dependencies.clap] version = "4.4.11" features = [ "derive", "help", "env", "cargo", ] [dependencies.crossterm] version = "0.27.0" default-features = false [dependencies.duration-human] version = "0.1.10" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.opentelemetry-proto] version = "0.4.0" features = [ "with-serde", "prost", "tonic", "gen-tonic", "trace", ] [dependencies.patharg] version = "0.3.0" [dependencies.prost] version = "0.11.0" [dependencies.serde] version = "1.0.193" [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50"