[package] name = "pict-rs-proxy" version = "0.3.0-alpha.1" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md" repository = "https://git.asonix.dog/asonix/pict-rs-proxy" edition = "2018" build = "src/build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-rt = "2.0.2" actix-web = { version = "4.0.0-beta.3", default-features = false, features = ["compress"] } anyhow = "1.0" awc = "2.0.0" dotenv = "0.15.0" env_logger = "0.8" futures = "0.3" mime = "0.3" minify-html = "0.4.3" once_cell = "1.4" serde = { version = "1.0", features = ["derive"] } structopt = "0.3.14" thiserror = "1.0" url = "2.1" [build-dependencies] anyhow = "1.0" dotenv = "0.15.0" ructe = { version = "0.13.0", features = ["sass", "mime03"] }