rust-car 0.1.4

This crate is the ipfs car file reader writer and utils.
Documentation
[package]
name = "rust-car"
version = "0.1.4"
edition = "2021"
authors = ["Join.Gong<joinhack@gmail.com>", "Derek Anderson<derek@txlabs.org>"]
description = "This crate is the ipfs car file reader writer and utils."
license = "MIT/Apache-2.0"
repository = "https://github.com/blocklessnetwork/rust-car"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ipld = { version = "0.15.0", package = "libipld"}
ipld-cbor = {version = "0.15.0", package = "libipld-cbor"}
thiserror = "1"
cid = "0.9"
integer-encoding = "3.0.4"
path-absolutize = "3"
quick-protobuf = { default-features = false, features = ["std"], version = "0.8" }