ironsbe-core 0.1.2

Core types and traits for IronSBE - zero-copy SBE encoding/decoding
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 = "ironsbe-core"
version = "0.1.2"
authors = ["Joaquin Bejar <jb@taunais.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and traits for IronSBE - zero-copy SBE encoding/decoding"
homepage = "https://github.com/joaquinbejar/IronSBE"
readme = false
keywords = [
    "sbe",
    "binary-encoding",
    "zero-copy",
    "low-latency",
]
categories = [
    "encoding",
    "no-std",
]
license = "MIT"
repository = "https://github.com/joaquinbejar/IronSBE"
resolver = "2"

[lib]
name = "ironsbe_core"
path = "src/lib.rs"

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]