nex-account/Cargo.toml
redbinder0526 9a04674fd1
Some checks failed
Build and Test / nex-account (push) Has been cancelled
bump version
2026-07-29 16:21:40 +02:00

26 lines
626 B
TOML

[package]
name = "nex-account"
version = "0.2.5"
edition = "2024"
publish = ["spbr"]
[dependencies]
prost = "0.14.3"
tonic-prost = "*"
tonic = "0.14.6"
tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread"] }
sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio"] }
log = "0.4.32"
simplelog = "0.12.2"
hmac = "0.13.0"
md-5 = "0.11.0"
spbr-common = { version = "0.1.0", registry = "spbr", features = ["crypto"] }
bytemuck = { version = "1.25.0", features = ["derive"] }
base64 = "0.23.0"
thiserror = "2.0.18"
[dev-dependencies]
rand = "0.10.2"
[build-dependencies]
tonic-prost-build = "0.14.6"