[package]
edition = "2021"
name = "of_execution"
version = "0.1.0"
authors = ["Gregorian Rayne <gregorianrayne09@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Execution routing, adapter contracts, simulated execution, and recovery hooks for Orderflow"
homepage = "https://github.com/gregorian-09/orderflow"
documentation = "https://docs.rs/of_execution"
readme = "README.md"
keywords = [
"orderflow",
"execution",
"oms",
"routing",
"finance",
]
categories = [
"finance",
"simulation",
]
license = "MIT"
repository = "https://github.com/gregorian-09/orderflow"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "of_execution"
path = "src/lib.rs"
[dependencies.of_execution_core]
version = "0.1.0"