aboutsummaryrefslogtreecommitdiff
path: root/base/Cargo.toml
blob: de8ab17bfc770665b1bd3eac2c6493e0d1d70541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "jellybase"
version = "0.1.0"
edition = "2021"

[dependencies]
jellycommon = { path = "../common" }
jellyclient = { path = "../client" }
serde = { version = "1.0.197", features = ["derive"] }
serde_yaml = "0.9.34"
log = { workspace = true }
sha2 = "0.10.8"
base64 = "0.22.0"
tokio = { workspace = true }
anyhow = "1.0.82"
bincode = "2.0.0-rc.3"
rand = "0.8.5"
redb = "2.0.0"
tantivy = "0.22.0"
serde_json = "1.0.115"
aes-gcm-siv = "0.11.1"

[features]
db_json = []