[package] name = "pict-rs-proxy" version = "0.2.3" 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 = "1.1.1" actix-web = { version = "3.0.1", default-features = false } anyhow = "1.0" awc = "2.0.0" dotenv = "0.15.0" env_logger = "0.8" futures = "0.3" mime = "0.3" minify-html = "0.3.9" 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"] }