luminengine 0.2.0

A high-performance financial quantitative trading order book matching framework.
Documentation
[dependencies.atomic-plus]
version = "0.1.1"

[dependencies.axum]
version = "0.8.5"

[dependencies.chrono]
version = "0.4.42"

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.priority-queue]
version = "1.3"

[dependencies.prost]
version = "0.13.2"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1.4.0"

[dependencies.tonic]
version = "0.12.2"

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

[package]
authors = ["happyboy <superhappyboy1995@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A high-performance financial quantitative trading order book matching framework."
edition = "2024"
keywords = ["finance", "trade", "quantify", "orderbook"]
license = "AGPL-3.0"
name = "luminengine"
readme = "README.md"
repository = "https://github.com/0xhappyboy/luminengine/tree/main/core"
version = "0.2.0"

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

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

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

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