[package] name = "files" version = "0.1.0" authors = ["Joris "] edition = "2021" [dependencies] base64 = "0.22" chrono = "0.4" const_format = "0.2" env_logger = "0.11" futures-util = "0.3" html-escape = "0.2" http-body-util = "0.1" hyper = { version = "1", features = ["full"] } hyper-util = { version = "0.1", features = ["full"] } log = "0.4" rand = { version = "0.8", features = ["getrandom"] } rand_core = "0.6.0" tempfile = "3.10" tokio = { version = "1", features = ["full"] } tokio-rusqlite = "0.5.1" tokio-util = "0.7"