clob-sync 0.1.2

A synchronous, high-performance Central Limit Order Book implementation in Rust featuring an in-memory architecture with zero-cost abstractions and type-safe financial primitives for ultra-low latency trading applications.
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 = "clob-sync"
version = "0.1.2"
authors = ["J Faleiro <j@falei.ro>"]
build = false
exclude = [
    ".github/",
    "Makefile",
    "chef.json",
    ".pre-commit-config.yaml",
    ".vscode",
    ".devcontainer",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A synchronous, high-performance Central Limit Order Book implementation in Rust featuring an in-memory architecture with zero-cost abstractions and type-safe financial primitives for ultra-low latency trading applications."
documentation = "https://docs.rs/clob-sync"
readme = "README.md"
keywords = [
    "clob",
    "trading",
    "order-book",
    "financial",
    "rust",
]
categories = [
    "algorithms",
    "data-structures",
]
license-file = "LICENSE"
repository = "https://github.com/jfaleiro/clob-sync"
resolver = "3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "clob_sync"
path = "src/lib.rs"
bench = false

[[test]]
name = "multiple_full_executions"
path = "tests/multiple_full_executions.rs"

[[test]]
name = "prelude_vs_crate_use"
path = "tests/prelude_vs_crate_use.rs"

[[bench]]
name = "order_bench"
path = "benches/order_bench.rs"
harness = false

[dependencies.derive_more]
version = "1"
features = ["display"]

[dependencies.fastnum]
version = "0"

[dependencies.log]
version = "0"

[dependencies.nonempty]
version = "0"

[dependencies.thiserror]
version = "2"

[dependencies.ustr]
version = "1"

[dependencies.uuid7]
version = "1"

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

[dev-dependencies.insta]
version = "1.42.0"
features = [
    "yaml",
    "filters",
]