pict-rs-proxy/Cargo.toml
2020-06-17 12:25:57 -05:00

33 lines
735 B
TOML

[package]
name = "pict-rs-proxy"
version = "0.1.8"
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]
actix-rt = "1.1.1"
actix-web = "3.0.0-alpha.2"
anyhow = "1.0"
awc = "2.0.0-alpha.2"
dotenv = "0.13.0"
env_logger = "0.7"
futures = "0.3"
mime = "0.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.13.0"
ructe = { version = "0.11.4", features = ["sass", "mime03"] }