2023-04-02 23:28:02 +00:00
|
|
|
[package]
|
|
|
|
edition = "2021"
|
|
|
|
name = "liquid-rescale-api"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.70"
|
|
|
|
axum = {version = "0.6", features = ["multipart", "macros"]}
|
2023-04-03 01:29:27 +00:00
|
|
|
dotenvy = "0.15.7"
|
|
|
|
dotenvy_macro = "0.15.7"
|
|
|
|
env_logger = "0.10.0"
|
|
|
|
log = "0.4.17"
|
2023-04-02 23:28:02 +00:00
|
|
|
magick_rust = "0.17.0"
|
2023-04-03 01:29:27 +00:00
|
|
|
serde = { version = "1.0.159", features = ["derive"] }
|
2023-04-03 01:47:53 +00:00
|
|
|
serde_json = "1.0.95"
|
2023-04-02 23:28:02 +00:00
|
|
|
tokio = {version = "1", features = ["macros", "rt-multi-thread"]}
|