# 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 = "gh-action-trace" version = "0.2.0" authors = ["Tarun Pothulapati "] description = "gh-action-trace is a CLI to create traces for GitHub Action runs by retrieving Action runs metadata from the GitHub API" readme = "README.md" keywords = ["traces", "jaeger", "github-actions", "CI"] categories = ["command-line-utilities", "development-tools::debugging"] license = "MIT" repository = "https://github.com/Pothulapati/gh-action-trace" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0-beta.5" [dependencies.indicatif] version = "0.16.2" [dependencies.octocrab] version = "0.15.0" [dependencies.opentelemetry] version = "0.16" features = ["trace", "metrics"] default-features = false [dependencies.opentelemetry-jaeger] version = "0.15" [dependencies.serde_json] version = "1.0.68" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-opentelemetry] version = "0.15.0" [dependencies.tracing-subscriber] version = "0.2"