@@ -3,7 +3,10 @@ authors = ["Rust-IPFS contributors"]
3
3
edition = " 2018"
4
4
license = " MIT OR Apache-2.0"
5
5
name = " ipfs"
6
- version = " 0.1.0"
6
+ readme = " README.md"
7
+ repository = " https://github.com/rs-ipfs/rust-ipfs"
8
+ description = " IPFS node implementation"
9
+ version = " 0.2.0"
7
10
8
11
[features ]
9
12
default = []
@@ -15,7 +18,7 @@ anyhow = { default-features = false, version = "1.0" }
15
18
async-stream = { default-features = false , version = " 0.3" }
16
19
async-trait = { default-features = false , version = " 0.1" }
17
20
base64 = { default-features = false , features = [" alloc" ], version = " 0.12" }
18
- ipfs-bitswap = { path = " bitswap" }
21
+ ipfs-bitswap = { version = " 0.1 " , path = " bitswap" }
19
22
byteorder = { default-features = false , version = " 1.3" }
20
23
bytes = { default-features = false , version = " 0.5" }
21
24
cid = { default-features = false , version = " 0.5" }
@@ -24,7 +27,7 @@ domain = { default-features = false, version = "0.5" }
24
27
domain-resolv = { default-features = false , version = " 0.5" }
25
28
either = { default-features = false , version = " 1.5" }
26
29
futures = { default-features = false , version = " 0.3.5" , features = [" alloc" , " std" ] }
27
- ipfs-unixfs = { path = " unixfs" }
30
+ ipfs-unixfs = { version = " 0.2 " , path = " unixfs" }
28
31
libp2p = { default-features = false , features = [" floodsub" , " identify" , " kad" , " tcp-tokio" , " mdns-tokio" , " mplex" , " noise" , " ping" , " yamux" , " dns" ], version = " 0.28" }
29
32
multibase = { default-features = false , version = " 0.8" }
30
33
multihash = { default-features = false , version = " 0.11" }
0 commit comments