# 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 = "background-jobs-metrics" version = "0.19.0" authors = ["asonix "] description = "Metrics subscriber for accessing metrics produced by background jobs" readme = "README.md" keywords = [ "jobs", "processor", "metrics", ] license = "AGPL-3.0" repository = "https://git.asonix.dog/asonix/background-jobs" [dependencies.async-trait] version = "0.1.24" [dependencies.background-jobs-core] version = "0.19.0" [dependencies.metrics] version = "0.23.0" [dependencies.metrics-util] version = "0.17.0" [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.6" features = [ "serde", "v7", ]