-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
36 lines (34 loc) · 923 Bytes
/
Cargo.toml
File metadata and controls
36 lines (34 loc) · 923 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
[package]
name = "sails-program-verifier"
version = "0.8.1"
authors = ["Gear Technologies"]
edition = "2021"
license = "GPL-3.0"
homepage = "https://gear-tech.io"
repository = "https://github.com/gear-tech/sails-program-verifier"
description = "Service for verifying Sails programs"
[dependencies]
anyhow = "1.0.98"
async-stream = "0.3.6"
axum = "0.7.7"
blake2 = "0.10.6"
bollard = "0.19.1"
diesel = { version = "2.3.3", features = ["postgres", "r2d2"] }
dotenvy = "0.15"
env_logger = "0.11.8"
futures = "0.3.31"
gsdk = "1.8.1"
hex = "0.4.3"
http = "1.3.1"
log = "0.4"
r2d2 = "0.8.10"
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.140"
tar = "0.4.44"
tokio = { version = "1.45.1", features = ["full"] }
tokio-stream = "0.1.17"
utoipa = { version = "5.4.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "8.1.0", features = ["axum"] }
[dev-dependencies]
insta = "1.43"