rust-ipfs/unixfs/Cargo.toml
2020-06-17 17:27:05 +03:00

24 lines
606 B
TOML

[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
[features]
default = [ "filetime" ]
[dependencies]
quick-protobuf = "0.7.0"
cid = "0.4.0"
filetime = { version = "0.2.10", optional = true }
either = ">=1.5.3"
[dev-dependencies]
multibase = "0.8.0"
multihash = "0.10.1"
sha2 = "0.8.1"
hex-literal = "0.2.1"
# we don't need the xattr and we didn't actually need any filetime either
tar = { version = "0.4.28", default-features = false }