longport-candlesticks 3.0.21

LongPort candlestick utils for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"