[package] name = "dag-cbor-derive" version = "0.1.0" authors = ["David Craven "] edition = "2018" license = "MIT OR Apache-2.0" description = "ipld cbor codec proc macro" repository = "https://github.com/ipfs-rust/rust-ipld" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.9" quote = "1.0.3" syn = "1.0.16" synstructure = "0.12.3" [dev-dependencies] failure = "0.1.7" dag-cbor = { path = "../dag-cbor" } libipld = { path = ".." } libipld-macro = { path = "../macro" } trybuild = "1.0.23"