obcore 0.1.6

A single threaded, zero dependency price-time priority limit orderbook implementation in 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 = "obcore"
version = "0.1.6"
authors = ["itsstevenwal"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A single threaded, zero dependency price-time priority limit orderbook implementation in Rust."
readme = "README.md"
keywords = [
    "order",
    "hft",
    "ob",
    "limit",
    "orderbook",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/itsstevenwal/obcore"

[features]
bench = []

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

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false
required-features = ["bench"]

[dependencies]

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

[profile.bench]
inherits = "release"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true