# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 [package] name = "service_metrics" version.workspace = true edition.workspace = true authors.workspace = true license.workspace = true homepage.workspace = true repository.workspace = true [dependencies] dynamo-runtime = { workspace = true } # third-party futures = "0.3" serde = { version = "1", features = ["derive"] } serde_json = { version = "1" } tokio = { version = "1", features = ["full"] }