nym-cpp-ffi 1.20.4

C++ FFI bindings for Nym Rust SDK
Documentation
[package]
name = "nym-cpp-ffi"
version.workspace = true
edition = "2021"
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
license.workspace = true
description = "C++ FFI bindings for Nym Rust SDK"

[lib]
name = "nym_cpp_ffi"
crate-type = ["cdylib"]

[dependencies]
# Async runtime
tokio = { workspace = true, features = ["full"] }
# Nym clients, addressing, packet format, common tools (logging), ffi shared
nym-sdk = { workspace = true }
nym-bin-common = { workspace = true, features = ["basic_tracing"] }
nym-sphinx-anonymous-replies = { workspace = true }
nym-ffi-shared = { workspace = true }
lazy_static = { workspace = true }
# error handling
anyhow = { workspace = true }
# base58 en/decoding
bs58 = { workspace = true }