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

19 lines
470 B
TOML
Raw Normal View History

2026-05-25 12:41:14 +08:00
[package]
name = "chanlun-py"
2026-05-29 20:42:34 +08:00
version = "26.5.93"
2026-05-25 12:41:14 +08:00
edition = "2021"
description = "缠论技术分析库 — Rust 高性能 Python 绑定"
authors = ["YuYuKunKun"]
license = "MIT"
repository = "https://github.com/YuYuKunKun/chanlun.rs"
[lib]
crate-type = ["cdylib"]
name = "chanlun"
[dependencies]
2026-05-29 15:01:02 +08:00
chanlun = { version = "26.5.3", path = "../chanlun" }
2026-05-28 14:03:53 +08:00
pyo3 = { version = "0.28", features = ["extension-module", "experimental-inspect"] }
2026-05-25 12:41:14 +08:00
serde_json = "1"
chrono = "0.4"