[package]
edition.workspace = true
license.workspace = true
repository.workspace = true
name = "apple-quant-core"
description = "Apple Quant's core library."
version = "0.2.0"
readme = "README.md"
[lib]
crate-type = ["lib"]
[features]
default = []
profile = ["dep:tracing-tracy"]
log-verbose = []
[dependencies]
tracing.workspace = true
tracing-tracy = { workspace = true, optional = true }
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
anyhow = "1.0.103"
chrono = "0.4.45"
colored = "3.1.1"
smallstr = "0.3.1"
thiserror = "2.0.18"
tokio = { version = "1.52.3", features = ["full"] }
smallvec = { version = "1.15.1", features = ["drain_filter"] }