Files

26 lines
836 B
TOML
Raw Permalink Normal View History

2026-05-25 02:16:35 +08:00
[package]
name = "chanlun"
2026-06-16 12:01:58 +08:00
version = "26.6.4"
2026-06-05 01:55:43 +08:00
edition = "2024"
2026-05-26 19:06:28 +08:00
license = "MIT"
description = "基于缠论(缠中说禅)理论的量化技术分析核心库,支持流式数据处理和多周期联立分析。"
readme = "README.md"
repository = "https://github.com/YuYuKunKun/chanlun.rs"
keywords = ["trading", "finance", "technical-analysis", "quant", "chanlun"]
categories = ["algorithms", "finance", "science"]
homepage = "https://github.com/YuYuKunKun/chanlun.rs"
documentation = "https://docs.rs/chanlun/"
authors = ["YuYuKunKun"]
2026-05-25 02:16:35 +08:00
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
byteorder = "1"
chrono = { version = "0.4", features = ["serde"] }
2026-06-16 12:01:58 +08:00
parking_lot = "0.12"
2026-06-05 01:55:43 +08:00
tracing = "0.1"
2026-06-16 12:01:58 +08:00
fastrand = "2"
sha2 = "0.10"
inventory = "0.3"
chanlun-signal-macros = { path = "../chanlun-signal-macros" }