pict-rs-proxy/Cargo.toml

34 lines
975 B
TOML
Raw Normal View History

[package]
name = "pict-rs-proxy"
2021-06-26 17:29:45 +00:00
version = "0.3.0-alpha.5"
authors = ["asonix <asonix@asonix.dog>"]
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]
2021-03-10 02:14:42 +00:00
actix-rt = "2.1.0"
2021-06-26 17:27:54 +00:00
actix-web = { version = "4.0.0-beta.8", default-features = false, features = ["compress-zstd", "compress-brotli", "compress-gzip"] }
anyhow = "1.0"
2021-06-26 17:27:54 +00:00
awc = { version = "3.0.0-beta.7", default-features = false, features = ["compress-zstd", "compress-brotli", "compress-gzip"] }
2020-09-10 14:27:31 +00:00
dotenv = "0.15.0"
2020-11-01 20:27:00 +00:00
env_logger = "0.8"
futures = "0.3"
mime = "0.3"
2021-02-10 20:37:44 +00:00
minify-html = "0.4.3"
once_cell = "1.4"
serde = { version = "1.0", features = ["derive"] }
structopt = "0.3.14"
2020-06-14 16:16:12 +00:00
thiserror = "1.0"
url = "2.1"
[build-dependencies]
anyhow = "1.0"
2020-09-10 14:27:31 +00:00
dotenv = "0.15.0"
2020-12-01 17:57:19 +00:00
ructe = { version = "0.13.0", features = ["sass", "mime03"] }