# 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 = "talos_metrics" version = "0.2.23" description = "Metric utilities used in Talos" homepage = "https://github.com/kindredgroup/talos" readme = "README.md" license = "MIT" repository = "https://github.com/kindredgroup/talos" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" features = [ "kv_unstable", "std", "kv_unstable_serde", ] [dependencies.once_cell] version = "1.18.0" [dependencies.opentelemetry] version = "0.20.0" features = ["metrics"] [dependencies.opentelemetry-stdout] version = "0.1.0" features = ["metrics"] [dependencies.opentelemetry_api] version = "0.20.0" features = ["metrics"] [dependencies.opentelemetry_sdk] version = "0.20.0" features = [ "metrics", "rt-tokio", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3.17"