36 lines
802 B
TOML
36 lines
802 B
TOML
[package]
|
|
name = "pic_ox"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
j_db = { version = "0.1.2", registry = "jojo-dev" }
|
|
axum-macros = "0.4.1"
|
|
serde = "1.0.195"
|
|
config = "0.14.0"
|
|
tracing-subscriber = "0.3.18"
|
|
chrono = { version = "0.4.31", features = ["serde"] }
|
|
chrono-tz = "0.8.5"
|
|
async-trait = "0.1.77"
|
|
hex = "0.4.3"
|
|
url = "2.5.0"
|
|
structopt = "0.3.26"
|
|
log = { version = "0.4.20", features = [] }
|
|
env_logger = "0.11.0"
|
|
multer = "3.0.0"
|
|
serde_json = "1.0.111"
|
|
rand = "0.8.5"
|
|
sha2 = "0.10.8"
|
|
bitflags = "2.4.2"
|
|
json = "0.12.4"
|
|
base64 = "0.21.7"
|
|
|
|
[dependencies.axum]
|
|
version = "0.7.4"
|
|
features = ["multipart"]
|
|
|
|
[dependencies.tokio]
|
|
version = "1.35.1"
|
|
features = ["macros", "rt-multi-thread", "fs"] |