[package]
edition = "2024"
name = "brec_node_lib"
version = "0.1.0"
authors = ["d.astafyev@outlook.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A flexible binary format for storing and streaming structured data as packets with CRC protection and recoverability from corruption. Built for extensibility and robustness."
homepage = "https://github.com/icsmw/brec"
readme = "README.md"
keywords = [
"binary",
"packet",
"storage",
"logging",
"streaming",
]
categories = [
"encoding",
"data-structures",
"filesystem",
"development-tools",
"parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/icsmw/brec.git"
resolver = "2"
[lib]
name = "brec_node_lib"
path = "src/lib.rs"
[dependencies.brec_consts]
version = "0.4.0"
[dependencies.enum_ids]
version = "0.7"
[dependencies.js-sys]
version = "0.3"
optional = true
[dependencies.napi]
version = "3.9"
features = [
"serde-json",
"napi6",
]
[dependencies.thiserror]
version = "2.0"