limitbook 0.1.0

High-performance Central Limit Order Book (CLOB) implementation with nanosecond-level matching
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 = "2021"
name = "limitbook"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance Central Limit Order Book (CLOB) implementation with nanosecond-level matching"
homepage = "https://github.com/solarpx/limitbook"
readme = "README.md"
keywords = [
    "trading",
    "orderbook",
    "matching-engine",
    "finance",
    "exchange",
]
categories = [
    "finance",
    "algorithms",
    "cryptography::cryptocurrencies",
]
license = "Apache-2.0"
repository = "https://github.com/solarpx/limitbook"

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

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

[dependencies.eyre]
version = "0.6.12"

[dependencies.rust_decimal]
version = "1.37.2"

[dependencies.rust_decimal_macros]
version = "1.37.1"

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