dimo-rust-sdk 0.1.3

Community-driven DIMO SDK in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "dimo-rust-sdk"
description = "Community-driven DIMO SDK in Rust"
version = "0.1.3"
edition = "2021"
license-file = "LICENSE"
homepage = "https://docs.dimo.org/developer-platform"
repository = "https://github.com/iMac7/dimo-rust-sdk"
readme = "README.md"
keywords = ["dimo"]

[dependencies]
hex = "0.4"
serde_json = "1.0"
sha3 = "0.10"
reqwest = { version = "0.12", features = ["json"] }
secp256k1 = {version="0.29", features=["recovery"] }
serde = { version = "1.0", features = ["derive"] }