polymarket-kernel 0.2.0

Ultra-low latency Polymarket decision-support and risk engine with AVX-512 SoA compute path, quoting kernel, analytics, and lock-free SPSC ring buffer.
# 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 = "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"