summaryrefslogtreecommitdiff
path: root/dichroism/Cargo.toml
blob: 98656fda341efc510baed969ec2f9dfb6eae2d1c (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
[package]
name = "dichroism"
version = "1.0.0"
authors = ["Adam T. Carpenter <atc@53hor.net>"]
edition = "2021"

[dependencies]
r2d2 = "0.8"
r2d2_sqlite = "0.20"
serde_rusqlite = "0.30"
anyhow = "1.0"
axum = "0.5"
base64 = "0.13"
env_logger = "0.9"
futures = "0.3"
image = "0.24"
kamadak-exif = "0.5"
log = "0.4"
tokio = { version = "1.0", features = ["full"] }
tower-http = { version = "0.3.0", features = ["fs"] }
# mime = "0.3"
rusqlite = "0.27"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
uuid = { version = "1.0", features = ["v3"] }