[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.0.81"
[dev-dependencies.insta]
version = "1.29.0"
[dev-dependencies.prettyplease]
version = "0.2.9"
[dev-dependencies.syn]
features = ["full", "fold", "parsing"]
version = "2.0.81"
[features]
default = []
force_exhaustive_checks = []
schema = []
[lib]
name = "borsh_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Near Inc <hello@nearprotocol.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "network-programming"]
description = """
Binary Object Representation Serializer for Hashing
"""
edition = "2018"
exclude = ["*.snap"]
homepage = "https://borsh.io"
license = "Apache-2.0"
name = "borsh-derive"
readme = "README.md"
repository = "https://github.com/near/borsh-rs"
rust-version = "1.67.0"
version = "1.5.3"
[package.metadata.docs.rs]
features = ["schema"]
targets = ["x86_64-unknown-linux-gnu"]