[dependencies]
[dev-dependencies.hex]
version = "0.4.3"
[[example]]
name = "cross_struct"
path = "examples/cross_struct.rs"
[[example]]
name = "cross_test"
path = "examples/cross_test.rs"
[lib]
name = "fbe"
path = "src/lib.rs"
[package]
authors = ["Panilux Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "data-structures"]
description = "Fast Binary Encoding (FBE) for Rust - High-performance, zero-copy binary serialization with 100% FBE specification alignment"
documentation = "https://docs.rs/fbe"
edition = "2024"
homepage = "https://github.com/panilux/fbe-rust"
keywords = ["fbe", "serialization", "binary", "encoding", "protocol"]
license = "MIT"
name = "fbe"
readme = "README.md"
repository = "https://github.com/panilux/fbe-rust"
version = "0.1.4"
[[test]]
name = "cross_platform_collections"
path = "tests/cross_platform_collections.rs"
[[test]]
name = "cross_platform_collections_v2"
path = "tests/cross_platform_collections_v2.rs"
[[test]]
name = "cross_platform_types"
path = "tests/cross_platform_types.rs"
[[test]]
name = "cross_platform_vector"
path = "tests/cross_platform_vector.rs"
[[test]]
name = "test_array"
path = "tests/test_array.rs"
[[test]]
name = "test_binary_compat"
path = "tests/test_binary_compat.rs"
[[test]]
name = "test_defaults_cross"
path = "tests/test_defaults_cross.rs"
[[test]]
name = "test_field_model"
path = "tests/test_field_model.rs"
[[test]]
name = "test_field_model_collections"
path = "tests/test_field_model_collections.rs"
[[test]]
name = "test_float_collections"
path = "tests/test_float_collections.rs"
[[test]]
name = "test_inheritance_cross"
path = "tests/test_inheritance_cross.rs"
[[test]]
name = "test_keys_cross"
path = "tests/test_keys_cross.rs"
[[test]]
name = "test_map"
path = "tests/test_map.rs"
[[test]]
name = "test_model_cross"
path = "tests/test_model_cross.rs"
[[test]]
name = "test_nested_struct"
path = "tests/test_nested_struct.rs"
[[test]]
name = "test_optional"
path = "tests/test_optional.rs"
[[test]]
name = "test_string_collections"
path = "tests/test_string_collections.rs"
[[test]]
name = "test_types"
path = "tests/test_types.rs"
[[test]]
name = "test_vector"
path = "tests/test_vector.rs"