[package] name = "serum-borsh-derive" version = "0.7.2+serum.1" authors = ["Near Inc ", "Serum Foundation"] edition = "2018" license = "Apache-2.0" readme = "README.md" categories = ["encoding", "network-programming"] repository = "https://github.com/nearprotocol/borsh" homepage = "http://borsh.io" description = """ Binary Object Representation Serializer for Hashing """ [lib] proc-macro = true [dependencies] serum-borsh-derive-internal = { path = "../borsh-derive-internal" , version="0.7.2+serum.1"} serum-borsh-schema-derive-internal = { path = "../borsh-schema-derive-internal" , version="0.7.2+serum.1"} syn = {version = "=1.0.57", features = ["full", "fold"] }