rust-boss/Cargo.toml
Spacebot 736a8a0d30
Some checks failed
Build and Test / cache-mii (pull_request) Failing after 15s
Build and Test / cache-mii (push) Failing after 17s
Update Rust crate base64 to 0.22
2026-05-02 19:46:35 +00:00

31 lines
911 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.8.3", features = [ "postgres", "runtime-tokio", "macros", "chrono" ] }
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1"
quick-xml = { version = "0.31", features = [ "serialize" ] }
chrono = { version = "0.4", features = [ "serde" ] }
sha1 = "0.10"
sha2 = "0.10"
hex = "0.4"
hex-literal = "0.4"
aes = "0.8"
ctr = "0.9"
hmac = "0.12"
md-5 = "0.10"
rand = "0.8"
anyhow = "1.0"
base64 = "0.22"
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
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" }