Documentation
[package]
name = "cmsdk"
description = "for chainmaker"
version = "0.0.1"
edition = "2021"
license = "Apache-2.0"

[dependencies]
p256 = { version = "0.13.2", features = ["arithmetic", "ecdsa", "pem"] }
uuid = { version = "1.4", features = ["v4"] }
hex = "0.4.3"
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
prost = "0.11.9"
tonic = { version = "0.9" }
tower = { version = "0.4.13" }
anyhow = "1.0.75"
cmpb = "2.3.2"