# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tracebuild" version = "0.3.0" authors = ["Jan Kühle "] exclude = [".github/*"] description = "Command line utility to instrument builds and send traces to OpenTelemetry supported tracing systems" readme = "README.md" keywords = ["opentelemetry", "tracing", "builds"] categories = ["command-line-utilities", "development-tools::build-utils"] license = "MIT" repository = "https://github.com/frigus02/tracebuild" [dependencies.nix] version = "0.20.0" [dependencies.opentelemetry] version = "0.12.0" features = ["trace", "metrics", "tokio-support"] [dependencies.opentelemetry-jaeger] version = "0.11.0" features = ["reqwest_collector_client"] [dependencies.opentelemetry-otlp] version = "0.5.0" features = ["async", "trace"] [dependencies.opentelemetry-prometheus] version = "0.5.0" [dependencies.prometheus] version = "0.11.0" [dependencies.rand] version = "0.8.3" [dependencies.structopt] version = "0.3.21" [dependencies.thiserror] version = "1.0.24" [dependencies.tokio] version = "1.2.0" features = ["rt", "rt-multi-thread", "process"] [dependencies.ureq] version = "2.0.2"