[package]
edition = "2018"
name = "borsh-derive-internal"
version = "0.2.1"
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"
[dependencies.proc-macro2]
version = "0.4.30"
[dependencies.quote]
version = "0.6.12"
[dependencies.syn]
version = "0.15.34"
features = ["full", "fold"]
[dev-dependencies.pretty_assertions]
version = "0.6.1"
[dev-dependencies.rustfmt-nightly]
version = "1.4.5"
features = ["cargo-fmt"]