[[bin]]
name = "generate_schema_schema"
path = "src/generate_schema_schema.rs"
[dependencies.borsh-derive]
version = "=0.9.3"
[dependencies.hashbrown]
version = "0.11"
[features]
const-generics = []
default = ["std"]
rc = []
std = []
[lib]
name = "borsh"
path = "src/lib.rs"
[package]
authors = ["Near Inc <hello@near.org>"]
categories = ["encoding", "network-programming"]
description = "Binary Object Representation Serializer for Hashing\n"
edition = "2018"
homepage = "http://borsh.io"
license = "MIT OR Apache-2.0"
name = "borsh"
readme = "README.md"
repository = "https://github.com/near/borsh-rs"
version = "0.9.3"