ipfsapi 0.1.4

Crate for interfacing with the IPFS api
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ipfsapi"
version = "0.1.4"
description = "Crate for interfacing with the IPFS api"
license = "MIT"
keywords = ["ipfs", "api", "p2p"]
categories = ["api-bindings"]
repository = "https://github.com/gkbrk/rust-ipfs-api"
documentation = "https://docs.rs/ipfsapi"
authors = ["Gökberk Yaltıraklı <webdosusb@gmail.com>"]

[dependencies]
reqwest = "0.8"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
error-chain = "0.11"
base64 = "0.6"