[package] name = "oasis-borsh" version = "0.2.12" authors = ["Near Inc "] edition = "2018" license = "Apache-2.0" readme = "README.md" categories = ["encoding", "network-programming"] repository = "https://github.com/nearprotocol/borsh" homepage = "http://borsh.io" description = """ Binary Object Representation Serializer for Hashing """ [dependencies] oasis-borsh-derive = { path = "../borsh-derive", version = "0.2.9" } [features] default = ["std"] # Provides impls for common standard library types like Vec. # Requires a dependency on the Rust standard library. std = []