ergo-sbe 0.1.21

Simple Binary Encoding (SBE) — opinionated, idiomatic Rust code generation for low-latency trading protocols.
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"
rust-version = "1.88"
name = "ergo-sbe"
version = "0.1.21"
authors = ["Mohammed Imran"]
build = false
include = [
    "src/**/*.rs",
    "src/**/*.xsd",
    "README.md",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple Binary Encoding (SBE) — opinionated, idiomatic Rust code generation for low-latency trading protocols."
homepage = "https://github.com/mimran1980/ergon"
readme = "README.md"
keywords = [
    "sbe",
    "codegen",
    "binary",
    "protocol",
    "simplebinaryencoding",
]
categories = [
    "encoding",
    "parser-implementations",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/mimran1980/ergon"

[package.metadata.docs.rs]
all-features = true

[features]
bytes = ["dep:bytes"]
chrono = ["dep:chrono"]
compact_str = ["dep:compact_str"]
default = ["fancy"]
fancy = ["miette/fancy"]
smol_str = ["dep:smol_str"]

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

[dependencies.bytes]
version = "1"
optional = true

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.compact_str]
version = "0.8"
optional = true

[dependencies.miette]
version = "7"
features = ["derive"]

[dependencies.prettyplease]
version = "0.3"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.roxmltree]
version = "0.21"

[dependencies.sha2]
version = "0.11"

[dependencies.smol_str]
version = "0.3"
optional = true

[dependencies.syn]
version = "3"
features = ["full"]

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.miette]
version = "7"
features = ["fancy-no-backtrace"]

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.toml]
version = "1.1"

[lints.clippy]
all = "deny"
expect_used = "deny"
nursery = "deny"
panic = "deny"
pedantic = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "deny"
unsafe_code = "deny"