blob: af205070ae3b37ad3324b88dcbf1fb319d20df59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[package]
name = "jellyimport-asset-token"
version = "0.1.0"
edition = "2021"
[dependencies]
jellycommon = { path = "../../common" }
jellycache = { path = "../../cache" }
serde = { version = "1.0.217", features = ["derive"] }
serde_yaml = "0.9.34"
log = { workspace = true }
sha2 = "0.10.8"
base64 = "0.22.1"
tokio = { workspace = true }
anyhow = "1.0.95"
bincode = { version = "2.0.1", features = ["serde"] }
rand = "0.9.0"
serde_json = "1.0.138"
aes-gcm-siv = "0.11.1"
humansize = "2.1.3"
|