brec_node_lib 0.1.0

A flexible binary format for storing and streaming structured data as packets with CRC protection and recoverability from corruption. Built for extensibility and robustness.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"