postchain-client 0.0.5

Just another Chromia Postchain client implemented in Rust.
Documentation
[package]
name = "postchain-client"
version = "0.0.5"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Just another Chromia Postchain client implemented in Rust."
readme = "README.md"
repository = "https://github.com/cuonglb/postchain-client-rust/"
exclude = [
    "examples/*",
]

[dependencies]
postchain-client-derive = { path = "derive", version = "0.0.1" }
openssl = "0.10.72"
ring = "0.17.13"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = { version = "1.0.140" }
reqwest = { version = "0.12.15", features = ["json"] } 
url = "2.5.4"
tokio = { version = "1.45.0", features = ["full"] }
asn1 = {version = "0.21.3", features = ["std"] }
secp256k1 = { version = "0.31.0", features = ["rand", "serde"] }
hex = "0.4.3"
num-bigint = "0.4.6"
sha2 = "0.10.9"
tracing = "0.1.41"
base64 = "0.22"
bigdecimal = { version = "0.4.8", features = [ "serde-json" ] }

[dev-dependencies]
openssl = "0.10.72"
ring = "0.17.13"
rand = "0.9.1"
tracing-subscriber = "0.3.19"
ctor = "0.4.2"