Cargo.toml 540 Bytes
Newer Older
1
2
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
3

4
5
6

[package]
name = "dynamo-tokens"
7
description = "Token management tools"
8
9
10
11
12
13
14
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
15
dashmap = { workspace = true }
16
derive-getters = { workspace = true }
17
18
serde = { workspace = true }
thiserror = { workspace = true }
19
20
21
xxhash-rust = { workspace = true }

bytemuck = "1.22"