summaryrefslogtreecommitdiff
path: root/dichroism/Cargo.toml
blob: 4f18bb500e56c0babea1c3b2c8d9f3a558d98b3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "dichroism"
version = "0.1.0"
authors = ["Adam T. Carpenter <atc@53hor.net>"]
edition = "2018"

[dependencies]
actix-cors = "0.5"
actix-multipart = "0.3"
actix-web = "3"
async-std = "1"
base64 = "0.13"
diesel = { version = "1", default-features = false, features = [ "sqlite", "r2d2" ] }
env_logger = "0.8"
futures = "0.3"
image = "0.23"
kamadak-exif = "0.5.2"
listenfd = "0.3"
log = "0.4"
mime = "0.3"
once_cell = "1"
regex = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.5"
uuid = { version = "0.8", features = ["v3"] }