[[bin]]
name = "generate_schema_schema"
path = "src/generate_schema_schema.rs"
[dependencies.borsh-derive]
version = "0.10.3"
[dependencies.bytes]
optional = true
version = "1"
[dependencies.hashbrown]
version = ">=0.11,<0.14"
[dev-dependencies.bytes]
version = "1"
[features]
const-generics = []
default = ["std"]
rc = []
std = []
[lib]
name = "borsh"
path = "src/lib.rs"
[package]
authors = ["Near Inc <hello@near.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "network-programming"]
description = """
Binary Object Representation Serializer for Hashing
"""
edition = "2018"
homepage = "http://borsh.io"
license = "MIT OR Apache-2.0"
name = "borsh"
readme = "README.md"
repository = "https://github.com/near/borsh-rs"
rust-version = "1.66.0"
version = "0.10.4"
[[test]]
name = "smoke"
path = "tests/smoke.rs"
[[test]]
name = "test_arrays"
path = "tests/test_arrays.rs"
[[test]]
name = "test_binary_heaps"
path = "tests/test_binary_heaps.rs"
[[test]]
name = "test_custom_reader"
path = "tests/test_custom_reader.rs"
[[test]]
name = "test_de_errors"
path = "tests/test_de_errors.rs"
[[test]]
name = "test_generic_struct"
path = "tests/test_generic_struct.rs"
[[test]]
name = "test_hash_map"
path = "tests/test_hash_map.rs"
[[test]]
name = "test_macro_namespace_collisions"
path = "tests/test_macro_namespace_collisions.rs"
[[test]]
name = "test_nonzero_integers"
path = "tests/test_nonzero_integers.rs"
[[test]]
name = "test_primitives"
path = "tests/test_primitives.rs"
[[test]]
name = "test_rc"
path = "tests/test_rc.rs"
[[test]]
name = "test_schema_enums"
path = "tests/test_schema_enums.rs"
[[test]]
name = "test_schema_nested"
path = "tests/test_schema_nested.rs"
[[test]]
name = "test_schema_primitives"
path = "tests/test_schema_primitives.rs"
[[test]]
name = "test_schema_structs"
path = "tests/test_schema_structs.rs"
[[test]]
name = "test_schema_tuple"
path = "tests/test_schema_tuple.rs"
[[test]]
name = "test_simple_structs"
path = "tests/test_simple_structs.rs"
[[test]]
name = "test_strings"
path = "tests/test_strings.rs"
[[test]]
name = "test_tuple"
path = "tests/test_tuple.rs"
[[test]]
name = "test_vecs"
path = "tests/test_vecs.rs"
[[test]]
name = "test_zero_size"
path = "tests/test_zero_size.rs"