[package]
edition = "2018"
name = "borsh-derive"
version = "0.2.5"
authors = ["Near Inc <hello@nearprotocol.com>"]
description = "Binary Object Representation Serializer for Hashing\n"
homepage = "http://borsh.io"
readme = "README.md"
categories = ["encoding", "network-programming"]
license = "Apache-2.0"
repository = "https://github.com/nearprotocol/borsh"
[lib]
proc-macro = true
[dependencies.borsh-derive-internal]
version = "0.2.5"
[dependencies.syn]
version = "0.15.34"
features = ["full", "fold"]