[package]
edition = "2021"
name = "of_core"
version = "0.2.0"
authors = ["Gregorian Rayne <gregorianrayne09@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core domain models and analytics primitives for the Orderflow engine"
homepage = "https://github.com/gregorian-09/orderflow"
documentation = "https://docs.rs/of_core"
readme = "README.md"
keywords = [
"orderflow",
"market-data",
"trading",
"analytics",
"finance",
]
categories = [
"finance",
"algorithms",
]
license = "MIT"
repository = "https://github.com/gregorian-09/orderflow"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "of_core"
path = "src/lib.rs"
[dependencies]