ipld-dagpb 0.2.2

IPLD DAG-PB codec.
Documentation
[dependencies.bytes]
version = "1.3.0"

[dependencies.ipld-core]
version = "0.4.0"

[dependencies.quick-protobuf]
version = "0.8.1"

[dependencies.thiserror]
version = "1.0.25"

[dev-dependencies.hex]
version = "0.4.3"

[lib]
name = "ipld_dagpb"
path = "src/lib.rs"

[package]
authors = ["Volker Mische <volker.mische@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "encoding"]
description = "IPLD DAG-PB codec."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ipld-dagpb"
readme = "README.md"
repository = "https://github.com/ipld/rust-ipld-dagpb"
version = "0.2.2"

[[test]]
name = "codec"
path = "tests/codec.rs"

[[test]]
name = "compat"
path = "tests/compat.rs"