-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (32 loc) · 933 Bytes
/
Cargo.toml
File metadata and controls
34 lines (32 loc) · 933 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
[package]
name = "cmgr-artifact-server"
description = "Server for cmgr challenge artifacts"
version = "2.2.0"
edition = "2024"
authors = [
"picoCTF team <opensource@picoctf.org>",
]
repository = "https://github.com/picoCTF/cmgr-artifact-server"
license = "MIT OR Apache-2.0"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.100"
aws-config = "1.6.3"
aws-sdk-cloudfront = "1.79.0"
aws-sdk-s3 = "1.85.0"
blake2 = "0.10.6"
clap = { version = "4.5.48", features = ["cargo"] }
env_logger = "0.11.8"
flate2 = "1.1.2"
hex = "0.4.3"
http = "1.3.1"
hyper = { version = "1.7.0", features = ["http1", "server"] }
hyper-staticfile = "0.10.1"
hyper-util = { version = "0.1.17", features = ["tokio"] }
log = "0.4.28"
notify-debouncer-full = "0.6.0"
sha2 = "0.10.9"
tar = "0.4.44"
tokio = { version = "1.48.0", features = ["full"] }
walkdir = "2.5.0"