[package] name = "nex-account" version = "0.2.4" 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"