-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (30 loc) · 911 Bytes
/
Cargo.toml
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
[package]
name = "cmgr-artifact-server"
description = "Server for cmgr challenge artifacts"
version = "2.0.3"
edition = "2021"
authors = [
"Dustin Martin <[email protected]>",
"picoCTF team <[email protected]>",
]
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]
aws-config = "1.5.10"
aws-sdk-cloudfront = "1.55.0"
aws-sdk-s3 = "1.65.0"
blake2 = "0.10.6"
clap = { version = "4.5.23", features = ["cargo"] }
env_logger = "0.11.5"
flate2 = "1.0.35"
http = "1.2.0"
hyper = { version = "1.5.1", features = ["http1", "server"] }
hyper-staticfile = "0.10.1"
hyper-util = { version = "0.1.10", features = ["tokio"] }
log = "0.4.22"
notify = "4.0.18"
tar = "0.4.43"
tokio = { version = "1.42.0", features = ["full"] }
walkdir = "2.5.0"