borsh-derive 1.4.0

Binary Object Representation Serializer for Hashing
Documentation
[dependencies.once_cell]
version = "1.18.0"

[dependencies.proc-macro-crate]
version = "3"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "fold"]
version = "2"

[dependencies.syn_derive]
version = "0.1.6"
[dev-dependencies.insta]
version = "1.29.0"

[dev-dependencies.prettyplease]
version = "0.2.9"

[dev-dependencies.syn]
features = ["full", "fold", "parsing"]
version = "2"

[features]
default = []
force_exhaustive_checks = []
schema = []

[lib]
proc-macro = true

[package]
authors = ["Near Inc <hello@nearprotocol.com>"]
categories = ["encoding", "network-programming"]
description = "Binary Object Representation Serializer for Hashing\n"
edition = "2018"
exclude = ["*.snap"]
homepage = "https://borsh.io"
license = "Apache-2.0"
name = "borsh-derive"
readme = "README.md"
repository = "https://github.com/nearprotocol/borsh"
rust-version = "1.67.0"
version = "1.4.0"
[package.metadata.docs.rs]
features = ["schema"]
targets = ["x86_64-unknown-linux-gnu"]