-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
37 lines (36 loc) · 945 Bytes
/
Copy pathCargo.toml
File metadata and controls
37 lines (36 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[package]
name = "magi-bb"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-cors = "0.7.1"
actix-multipart = "0.7.2"
actix-web = "4.9.0"
bv_decoder = { path = "lib/bv_decoder" }
bollard = "0.18.1"
bson = { version = "2.14.0", features = ["chrono-0_4"] }
chrono = "0.4.39"
clap = { version = "4.5.30", features = ["derive"] }
derive_more = { version = "1.0.0", features = ["display", "error"] }
env_logger = "0.11.6"
formatter = { path = "lib/formatter" }
futures-util = "0.3.31"
hex = "0.4.3"
ipfs_dag = { path = "lib/ipfs_dag" }
jsonwebtoken = "9.3.1"
lazy_static = "1.5.0"
log = "0.4.26"
mongodb = "3.2.3"
rand = "0.9.0"
reqwest = { version = "0.12.12", features = ["json"] }
serde = { version = "1.0.218", features = ["derive"] }
serde_derive = "1.0.218"
serde_json = "1.0.139"
sha2 = "0.10.8"
tokio = "1.43.0"
toml = "0.8.20"
regex = "1.11.1"
poise = "0.6.1"
utoipa = "5.4.0"
git2 = "0.20.2"
wasm_utils = { path = "lib/wasm_utils" }