alpine-protocol-sdk 0.1.6

High-level SDK on top of the ALPINE protocol layer.
Documentation
[dependencies.alpine-protocol-rs]
version = "2.0.17"

[dependencies.rand]
version = "0.8"

[dependencies.serde_cbor]
version = "0.11"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["net", "rt", "rt-multi-thread", "time", "macros"]
version = "1.48"

[dependencies.uuid]
features = ["v4"]
version = "1.18"

[lib]
name = "alpine_protocol_sdk"
path = "src/lib.rs"

[package]
authors = ["alpine-core"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "High-level SDK on top of the ALPINE protocol layer."
edition = "2021"
license = "Apache-2.0"
name = "alpine-protocol-sdk"
readme = "README.md"
version = "0.1.6"