dimo-rust-sdk 0.1.0

Community-driven DIMO SDK in Rust
Documentation
[dependencies.hex]
version = "0.4"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.secp256k1]
features = ["recovery"]
version = "0.29"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha3]
version = "0.10"

[package]
description = "Community-driven DIMO SDK in Rust"
edition = "2021"
homepage = "https://docs.dimo.org/developer-platform"
keywords = ["dimo"]
license-file = "LICENSE"
name = "dimo-rust-sdk"
readme = "README.md"
repository = "https://github.com/DIMO-Network/dimo-rust-sdk"
version = "0.1.0"