ipfs-api 0.5.1

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.1"
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.actix-multipart-rfc7578]
version = "0.1"
optional = true

[dependencies.actix-web]
version = "0.7"
optional = true

[dependencies.bytes]
version = "0.4"

[dependencies.dirs]
version = "1.0"

[dependencies.failure]
version = "0.1.2"

[dependencies.futures]
version = "0.1"

[dependencies.http]
version = "0.1"

[dependencies.hyper]
version = "0.12"
optional = true

[dependencies.hyper-multipart-rfc7578]
version = "0.3"
optional = true

[dependencies.multiaddr]
version = "0.3.1"

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

[dependencies.walkdir]
version = "2.2"
[dev-dependencies.actix-multipart-rfc7578]
version = "0.1"

[dev-dependencies.actix-web]
version = "0.7"

[dev-dependencies.tar]
version = "0.4"

[dev-dependencies.tokio-timer]
version = "0.2"

[features]
actix = ["actix-web", "actix-multipart-rfc7578"]
default = ["hyper", "hyper-multipart-rfc7578"]
[badges.travis-ci]
repository = "ferristseng/rust-ipfs-api"