[package] name = "libipld-base" version = "0.1.0" authors = ["David Craven "] edition = "2018" license = "MIT OR Apache-2.0" description = "Base traits and definitions used by ipld codecs." repository = "https://github.com/ipfs-rust/rust-ipld" [dependencies] cid = "0.4.0" multihash = "0.10.1" thiserror = "1.0.11"