# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 [package] name = "dynamo-tokens" description = "Token management tools" version.workspace = true edition.workspace = true authors.workspace = true license.workspace = true repository.workspace = true [dependencies] dashmap = { workspace = true } derive-getters = { workspace = true } serde = { workspace = true } thiserror = { workspace = true } xxhash-rust = { workspace = true } bytemuck = "1.22"