[package] name = "datatrash" version = "0.1.0" authors = ["neri"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-web = "3.3.2" sqlx = { version = "0.5.1", default-features = false, features = [ "runtime-async-std-rustls", "postgres", "chrono" ] } env_logger = "0.9.0" log = "0.4.14" actix-files = "0.5.0" async-std = "1.9.0" actix-multipart = "0.3.0" futures = "0.3.13" rand = "0.8.3" chrono = "0.4.19" htmlescape = "0.3.1" urlencoding = "2.1.0" tree_magic_mini = { version = "3.0.0", features = ["with-gpl-data"] } mime = "0.3.16"