Files
ImageApi/Cargo.toml
Cameron Cordes 45aa260d7b
Some checks failed
Core Repos/ImageApi/pipeline/head Something is wrong with the build of this commit
Core Repos/ImageApi/pipeline/pr-master This commit looks good
Merge branch 'master' into feature/update-dependencies
2021-02-25 10:44:28 -05:00

34 lines
665 B
TOML

[package]
name = "image-api"
version = "0.1.0"
authors = ["Cameron Cordes <cameronc.dev@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix = "0.10"
actix-web = "3"
actix-rt = "2"
actix-files = "0.5"
actix-multipart = "0.3.0"
actix-cors = "0.5"
futures = "0.3.5"
jsonwebtoken = "7.2.0"
serde = "1"
serde_json = "1"
diesel = { version = "1.4.5", features = ["sqlite"] }
hmac = "0.10"
sha2 = "0.9"
chrono = "0.4"
dotenv = "0.15"
bcrypt = "0.9"
image = "0.23.7"
walkdir = "2"
rayon = "1.3"
notify = "4.0"
tokio = "1"
path-absolutize = "3.0.6"
log="0.4"
env_logger="0.8"