quant1x 0.6.4

Cross-language standard library for quantitative trading
Documentation
[[bin]]
name = "stock"
path = "main.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.csv]
version = "1.2"

[dependencies.dirs]
version = "4.0"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.env_logger]
version = "0.10"

[dependencies.filetime]
version = "0.2"

[dependencies.flate2]
version = "1.0"

[dependencies.hex]
version = "0.4"

[dependencies.httpdate]
version = "1.0"

[dependencies.indicatif]
version = "0.17"

[dependencies.log]
version = "0.4"

[dependencies.log4rs]
version = "1.3"

[dependencies.mio]
features = ["net", "os-poll"]
version = "0.8"

[dependencies.once_cell]
version = "1.18"

[dependencies.reqwest]
features = ["blocking", "rustls-tls"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tempfile]
version = "3"

[dev-dependencies.mockito]
version = "1.0"

[[example]]
name = "dump_sample"
path = "examples/dump_sample.rs"

[[example]]
name = "test_client"
path = "examples/test_client.rs"

[[example]]
name = "write_securities"
path = "examples/write_securities.rs"

[lib]
crate-type = ["cdylib", "rlib"]
name = "quant1x"
path = "quant1x/lib.rs"

[package]
authors = ["Quant1X Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Cross-language standard library for quantitative trading"
documentation = "https://gitee.com/quant1x/quant1x"
edition = "2021"
exclude = ["third_party/**", "vcpkg_installed/**"]
homepage = "https://github.com/quant1x/quant1x"
license = "MIT"
name = "quant1x"
readme = "README.md"
repository = "https://gitee.com/quant1x/quant1x"
version = "0.6.4"

[target."cfg(windows)".dependencies.named_pipe]
version = "0.4"

[target."cfg(windows)".dependencies.winapi]
features = ["shellapi", "processthreadsapi", "winbase", "handleapi", "minwinbase", "synchapi", "errhandlingapi", "winuser", "winnls", "stringapiset"]
version = "0.3"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Pipes", "Win32_System_Threading", "Win32_System_IO"]
version = "0.48"