[package]
edition = "2024"
name = "longport-candlesticks"
version = "3.0.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LongPort candlestick utils for Rust"
readme = false
license = "MIT OR Apache-2.0"
[lib]
name = "longport_candlesticks"
path = "src/lib.rs"
[[test]]
name = "cn_time"
path = "tests/cn_time.rs"
[[test]]
name = "cn_ts"
path = "tests/cn_ts.rs"
[[test]]
name = "us_time"
path = "tests/us_time.rs"
[[test]]
name = "us_ts"
path = "tests/us_ts.rs"
[dependencies.bitflags]
version = "2.9.2"
[dependencies.num-traits]
version = "0.2.19"
[dependencies.rust_decimal]
version = "1.37.2"
[dependencies.time]
version = "0.3.41"
features = ["macros"]
[dependencies.time-tz]
version = "2.0.0"