rust-boss/Cargo.toml
BloxerHD018 2d5d92cc79
All checks were successful
Build and Test / rust-boss (push) Successful in 6m44s
Update Rust crate hmac to 0.13
2026-05-26 15:18:45 +01:00

31 lines
899 B
TOML

[package]
name = "rboss"
version = "0.1.0"
edition = "2024"
[dependencies]
rocket = { version = "0.5.1", features = ["json"] }
rocket_cors = "0.6.0"
dotenvy = "0.15.7"
sqlx = { version = "0.9.0", features = [ "postgres", "runtime-tokio", "macros", "chrono" ] }
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1"
quick-xml = { version = "0.40", features = [ "serialize" ] }
chrono = { version = "0.4", features = [ "serde" ] }
sha1 = "0.11"
sha2 = "0.11"
hex = "0.4"
hex-literal = "1.0"
aes = "0.9"
ctr = "0.10"
hmac = "0.13"
md-5 = "0.11"
rand = "0.10"
anyhow = "1.0"
base64 = "0.22"
reqwest = { version = "0.13", features = ["json"] }
aws-config = { version = "1.1", features = ["behavior-version-latest"] }
aws-sdk-s3 = "1.17"
tokio = { version = "1.50.0", features = ["full"] }
log = "0.4.29"
keycloak-helper = { git = "https://git.spbr.net/bloxerhd018/keycloak-helper.git" }