af-backtest 0.6.0

Deterministic, domain-neutral historical replay chassis with decision traces and bounded report projection.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "af-backtest"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Deterministic, domain-neutral historical replay chassis with decision traces and bounded report projection."

[dependencies]
af-context = { version = "=0.6.0", path = "../context" }
async-trait = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
tokio-util = { workspace = true }