ipfs-api 0.5.0-alpha1

Implementation of an IPFS HTTP API client
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ipfs-api"
version = "0.5.0-alpha1"
authors = ["Ferris Tseng <ferristseng@fastmail.fm>"]
description = "Implementation of an IPFS HTTP API client"
documentation = "https://docs.rs/ipfs-api"
readme = "../README.md"
keywords = ["ipfs"]
categories = ["filesystem", "web-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ferristseng/rust-ipfs-api"
[dependencies.bytes]
version = "0.4"

[dependencies.error-chain]
version = "0.12"

[dependencies.futures]
version = "0.1"

[dependencies.http]
version = "0.1"

[dependencies.hyper]
version = "0.12"

[dependencies.hyper-multipart-rfc7578]
version = "0.2.0-alpha2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.5"

[dependencies.tokio]
version = "0.1"

[dependencies.tokio-codec]
version = "0.1"

[dependencies.tokio-io]
version = "0.1"
[dev-dependencies.tar]
version = "0.4"

[dev-dependencies.tokio-timer]
version = "0.2"
[badges.travis-ci]
repository = "ferristseng/rust-ipfs-api"