[package] name = "serum-borsh" version = "0.8.1-serum.1" authors = ["Near Inc ", "Serum Foundation "] 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 = []