wickra 0.1.4

Streaming-first technical analysis library: incremental indicators, drop-in TA-Lib replacement, multi-language.
[package]
name = "wickra"
description = "Streaming-first technical analysis library: incremental indicators, drop-in TA-Lib replacement, multi-language."
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true

[lints]
workspace = true

[dependencies]
wickra-core = { workspace = true }

[features]
default = ["parallel"]
parallel = ["wickra-core/parallel"]

[dev-dependencies]
approx = { workspace = true }
criterion = { workspace = true }
proptest = { workspace = true }
wickra-data = { path = "../wickra-data" }

[[bench]]
name = "indicators"
harness = false