Files

24 lines
599 B
TOML
Raw Permalink Normal View History

2026-05-25 12:41:14 +08:00
[package]
name = "chanlun-py"
2026-06-16 12:01:58 +08:00
version = "26.6.125"
2026-06-05 01:55:43 +08:00
edition = "2024"
2026-05-25 12:41:14 +08:00
description = "缠论技术分析库 — Rust 高性能 Python 绑定"
authors = ["YuYuKunKun"]
license = "MIT"
repository = "https://github.com/YuYuKunKun/chanlun.rs"
[lib]
crate-type = ["cdylib"]
name = "chanlun"
[dependencies]
2026-06-16 12:01:58 +08:00
chanlun = { path = "../chanlun" }
parking_lot = "0.12"
tracing-subscriber = { version = "0.3", features = ["env-filter", "ansi", "std", "registry"] }
tracing-core = "0.1"
dashmap = "6"
tracing = "0.1"
2026-05-29 23:51:58 +08:00
pyo3 = { version = "0.28", features = ["experimental-inspect"] }
2026-05-25 12:41:14 +08:00
serde_json = "1"
chrono = "0.4"