ironsbe 0.1.2

High-performance SBE (Simple Binary Encoding) server/client for Rust
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"
version = "0.1.2"
authors = ["Joaquin Bejar <jb@taunais.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance SBE (Simple Binary Encoding) server/client for Rust"
homepage = "https://github.com/joaquinbejar/IronSBE"
readme = "README.md"
keywords = [
    "sbe",
    "binary-encoding",
    "trading",
    "low-latency",
    "finance",
]
categories = [
    "encoding",
    "network-programming",
    "finance",
]
license = "MIT"
repository = "https://github.com/joaquinbejar/IronSBE"
resolver = "2"

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

[[example]]
name = "benchmark_report"
path = "examples/benchmark_report.rs"

[[example]]
name = "client"
path = "examples/client.rs"

[[example]]
name = "server"
path = "examples/server.rs"

[dependencies.ironsbe-channel]
version = "0.1.2"

[dependencies.ironsbe-client]
version = "0.1.2"

[dependencies.ironsbe-codegen]
version = "0.1.2"

[dependencies.ironsbe-core]
version = "0.1.2"

[dependencies.ironsbe-marketdata]
version = "0.1.2"

[dependencies.ironsbe-schema]
version = "0.1.2"

[dependencies.ironsbe-server]
version = "0.1.2"

[dependencies.ironsbe-transport]
version = "0.1.2"

[dev-dependencies.tokio]
version = "1.49"
features = [
    "full",
    "rt-multi-thread",
    "macros",
    "signal",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]