A website for temporary file- or text hosting
https://trash.ctdo.de/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
795 B
32 lines
795 B
[package] |
|
name = "datatrash" |
|
version = "1.1.1" |
|
authors = ["neri"] |
|
edition = "2021" |
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
|
|
[dependencies] |
|
actix-web = { version = "4.0.1", default-features = false, features = [ |
|
"macros", |
|
"compress-gzip", |
|
"compress-zstd", |
|
] } |
|
sqlx = { version = "0.5.13", default-features = false, features = [ |
|
"runtime-tokio-rustls", |
|
"postgres", |
|
"time", |
|
] } |
|
env_logger = "0.9.0" |
|
log = "0.4.16" |
|
actix-files = "0.6.0" |
|
tokio = { version = "1.17.0", features = ["rt", "macros", "sync"] } |
|
actix-multipart = "0.4.0" |
|
futures-util = "0.3.21" |
|
rand = "0.8.5" |
|
time = "0.2.27" |
|
htmlescape = "0.3.1" |
|
urlencoding = "2.1.0" |
|
tree_magic_mini = { version = "3.0.3", features = ["with-gpl-data"] } |
|
mime = "0.3.16" |
|
url = "2.2.2"
|
|
|