Files
chanlun.rs/chanlun-py/Cargo.toml
T

23 lines
585 B
TOML
Raw Normal View History

2026-05-25 12:41:14 +08:00
[package]
name = "chanlun-py"
2026-06-07 17:02:10 +08:00
version = "26.6.44"
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-07 17:02:10 +08:00
chanlun = "26.6.2" #{ path = "../chanlun" }
2026-06-05 16:31:31 +08:00
lru = "0.18"
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"
2026-06-05 01:55:43 +08:00
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "ansi", "std", "registry"] }
tracing-core = "0.1"