[package]
edition = "2024"
name = "polymarket-kernel"
version = "0.2.0"
authors = ["Polymarket Kernel Contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ultra-low latency Polymarket decision-support and risk engine with AVX-512 SoA compute path, quoting kernel, analytics, and lock-free SPSC ring buffer."
readme = "README.md"
keywords = [
"hft",
"simd",
"avx512",
"polymarket",
"market-making",
]
categories = [
"algorithms",
"mathematics",
"finance",
]
license = "MIT"
repository = "https://github.com/lubluniky/bs-p"
[lib]
name = "polymarket_kernel"
path = "src/lib.rs"
[[example]]
name = "bench"
path = "examples/bench.rs"
[build-dependencies.cc]
version = "1.0"