rivalz_client 0.1.1

A Rust client for interacting with the Rivalz API, allowing file uploads and retrieval of IPFS hashes.
Documentation
[dependencies.reqwest]
features = ["blocking", "json", "multipart"]
version = "0.11"

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

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["NgocBD <buidinhngoc.aiti@gmail.com>"]
categories = ["api bindings", "network programming", "web programming"]
description = "A Rust client for interacting with the Rivalz API, allowing file uploads and retrieval of IPFS hashes."
documentation = "https://docs.rs/rivalz_client"
edition = "2021"
homepage = "https://github.com/ngocbd/rivalz-client"
include = ["src/**/*", "Cargo.toml", "readme.md", "LICENSE"]
keywords = ["rivalz", "client", "api", "ipfs"]
license = "MIT"
license-file = "LICENSE"
name = "rivalz_client"
readme = "readme.md"
repository = "https://github.com/ngocbd/rivalz-client"
version = "0.1.1"