summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 0799fcf9c9bf287796563d3de01b3862dc36f22d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "fileserver"
edition = "2024"

[dependencies]
axum = { version = "0.8", features = ["multipart"] }
tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.26"
rustls = "0.23"
rcgen = "0.14"
hyper-util = { version = "0.1", features = ["tokio", "server-auto", "service"] }
rustls-pemfile = "2"
base64 = "0.22"
clap = { version = "4", features = ["derive"] }
libc = "0.2"
percent-encoding = "2.3"
mime_guess = "2"