dimo-rust-sdk 0.1.3

Community-driven DIMO SDK in Rust
Documentation
[[bin]]
name = "dimo-rust-sdk"
path = "src/main.rs"

[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"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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/iMac7/dimo-rust-sdk"
version = "0.1.3"