rust-ipfs/unixfs/Cargo.toml

20 lines
500 B
TOML
Raw Normal View History

2020-06-03 17:15:42 +03:00
[package]
name = "ipfs-unixfs"
version = "0.1.0"
authors = ["Joonas Koivunen <joonas@equilibrium.co>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
quick-protobuf = "0.7.0"
cid = "0.4.0"
[dev-dependencies]
2020-06-05 16:59:23 +03:00
multibase = "0.8.0"
multihash = "0.10.1"
sha2 = "0.8.1"
hex-literal = "0.2.1"
2020-06-15 12:18:22 +03:00
# we don't need the xattr and we didn't actually need any filetime either
tar = { version = "0.4.28", default-features = false }