[package] name = "ipfs-api" description = "Implementation of an IPFS HTTP API client" authors = ["Ferris Tseng "] documentation = "https://docs.rs/ipfs-api" repository = "https://github.com/ferristseng/rust-ipfs-api" keywords = ["ipfs"] categories = ["filesystem", "web-programming"] version = "0.5.0-alpha1" readme = "../README.md" license = "MIT OR Apache-2.0" [badges] travis-ci = { repository = "ferristseng/rust-ipfs-api" } [dependencies] bytes = "0.4" error-chain = "0.12" futures = "0.1" http = "0.1" hyper = "0.12" hyper-multipart-rfc7578 = "0.2.0-alpha1" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" serde_urlencoded = "0.5" tokio = "0.1" tokio-codec = "0.1" tokio-io = "0.1" [dev-dependencies] tokio-timer = "0.2" tar = "0.4"