serum-borsh 0.8.1-serum.1

Binary Object Representation Serializer for Hashing
Documentation
[package]
name = "serum-borsh"
version = "0.8.1-serum.1"
authors = ["Near Inc <hello@near.org>", "Serum Foundation <foundation@projectserum.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
categories = ["encoding", "network-programming"]
repository = "https://github.com/near/borsh-rs"
homepage = "http://borsh.io"
description = """
Binary Object Representation Serializer for Hashing
"""

[lib]
name = "borsh"
path = "src/lib.rs"

[[bin]]
name = "generate_schema_schema"
path = "src/generate_schema_schema.rs"

[dependencies]
borsh-derive = { path = "../borsh-derive", version = "0.8.0" }
hashbrown = "0.9.1"
solana-program = "1.5.0"

[features]
default = ["std"]
std = []