summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2017-11-30 23:17:37 -0500
committerFerris Tseng <ferristseng@fastmail.fm>2017-11-30 23:17:37 -0500
commitfbb5adaaf432c116b92cd59053059b90f3e7bb22 (patch)
tree834e17bd686f915515ae406a32448698dbe8db0c
parent28d4f49262e464360afd4258783ff36fa3afc8a9 (diff)
add some cargo info for ipfs api
-rw-r--r--ipfs-api/Cargo.toml14
1 files changed, 11 insertions, 3 deletions
diff --git a/ipfs-api/Cargo.toml b/ipfs-api/Cargo.toml
index 4670e40..ab8cb25 100644
--- a/ipfs-api/Cargo.toml
+++ b/ipfs-api/Cargo.toml
@@ -1,15 +1,23 @@
[package]
name = "ipfs-api"
-version = "0.4.0"
-license = "MIT OR Apache-2.0"
+description = "Implementation of an IPFS HTTP API client"
authors = ["Ferris Tseng <ferristseng@fastmail.fm>"]
+documentation = "https://docs.rs/ipfs-api"
+keywords = ["ipfs"]
+categories = ["filesystem", "web-programming"]
+version = "0.4.0-alpha"
+readme = "README.md"
+license = "MIT OR Apache-2.0"
+
+[badges]
+travis-ci = { repository = "ferristseng/rust-ipfs-api" }
[dependencies]
bytes = "0.4"
error-chain = "0.11"
futures = "0.1"
hyper = "0.11"
-hyper-multipart-rfc7578 = { git = "https://github.com/ferristseng/rust-hyper-multipart-rfc7578" }
+hyper-multipart-rfc7578 = "0.1.0-alpha"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"