v0.5.2-pre.004

This commit is contained in:
2026-08-10 16:43:19 +02:00
parent ef630e3123
commit b8e6751747
15 changed files with 1489 additions and 89 deletions

View File

@@ -1,5 +1,5 @@
# file: Cargo.toml
# version: 58
# version: 61
[workspace]
resolver = "3"
@@ -18,7 +18,7 @@ members = [
]
[workspace.package]
version = "0.5.2-pre.3"
version = "0.5.2-pre.4"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/khadhroony-bot3"
@@ -26,7 +26,7 @@ authors = ["SinuS von SifriduS <sinus@sasedev.net>"]
publish = false
[workspace.dependencies]
dotenvy = {version = "^0.15", features = ["clap", "cli"]}
dotenvy = { version = "^0.15", features = ["clap", "cli"] }
argon2 = { version = "^0.5", features = ["std", "zeroize"] }
async-trait = { version = "^0.1", features = [] }
base64 = { version = "^0.23", features = [] }
@@ -34,10 +34,11 @@ bytemuck = { version = "^1.25", features = ["derive"] }
borsh_0_10 = { package = "borsh", version = "^0.10" }
borsh = { version = "^1.7", features = ["ascii", "bson", "bytes", "default", "derive", "de_strict_order", "borsh-derive", "indexmap", "std", "rc"] }
bs58 = { version = "^0.5", features = ["cb58", "check", "default"] }
chacha20poly1305 = { version = "^0.11", features = ["std", "stream"] }
chacha20poly1305 = { version = "^0.11", features = ["getrandom", "rand_core", "zeroize"] }
chrono = { version = "^0.4", features = ["serde"] }
fs2 = { version = "^0.4", features = [] }
futures-util = { version = "^0.3", features = ["default", "futures-sink"] }
getrandom = { version = "^0.4", features = ["std", "sys_rng"] }
jsonschema = { version = "^0.49", features = [] }
mpl-token-metadata = { version = "^5.1", features = ["serde"] }
rand = { version = "^0.10", features = ["chacha", "serde", "std", "sys_rng"] }