# Copyright 2024 - Nym Technologies SA # SPDX-License-Identifier: Apache-2.0 [package] name = "nym-statistics-common" version = "0.1.0" edition.workspace = true license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = { workspace = true } log = { workspace = true } sysinfo = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } sha2 = { workspace = true } thiserror = { workspace = true } time = { workspace = true } tokio = { workspace = true } si-scale = { workspace = true } nym-crypto = { path = "../crypto" } nym-sphinx = { path = "../nymsphinx" } nym-credentials-interface = { path = "../credentials-interface" } nym-metrics = { path = "../nym-metrics" } nym-task = { path = "../task" } [target."cfg(target_arch = \"wasm32\")".dependencies.wasmtimer] workspace = true