[[bench]]
name = "vyukov_bench"
path = "benches/vyukov_bench.rs"
[[bin]]
name = "q1x"
path = "main.rs"
[[bin]]
name = "vyukov_perf"
path = "tools/vyukov_perf.rs"
[[bin]]
name = "vyukov_runner"
path = "tools/vyukov_runner.rs"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.4"
[dependencies.cron]
version = "0.12"
[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.mimalloc]
version = "0.1"
[dependencies.mio]
features = ["net", "os-poll"]
version = "0.8"
[dependencies.once_cell]
version = "1.18"
[dependencies.reqwest]
features = ["blocking", "rustls-tls", "json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.strsim]
version = "0.10"
[dependencies.tempfile]
version = "3"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.unicode-normalization]
version = "0.1"
[dependencies.zip]
version = "0.6"
[dev-dependencies.bytes]
version = "1.5"
[dev-dependencies.criterion]
version = "0.4"
[dev-dependencies.ctrlc]
version = "3.4"
[dev-dependencies.mockito]
version = "1.0"
[dev-dependencies.serde_repr]
version = "0.1.20"
[dev-dependencies.signal-hook]
version = "0.3"
[dev-dependencies.tokio-cron-scheduler]
version = "0.9"
[[example]]
name = "cron-v1"
path = "examples/cron-v1.rs"
[[example]]
name = "cron-v2"
path = "examples/cron-v2.rs"
[[example]]
name = "cron-v3"
path = "examples/cron-v3.rs"
[[example]]
name = "cron-v4"
path = "examples/cron-v4.rs"
[[example]]
name = "cron-v5"
path = "examples/cron-v5.rs"
[[example]]
name = "ds-chips-v1"
path = "examples/ds-chips-v1.rs"
[[example]]
name = "ds-chips-v2"
path = "examples/ds-chips-v2.rs"
[[example]]
name = "hook-v1"
path = "examples/hook-v1.rs"
[[example]]
name = "hook-v2"
path = "examples/hook-v2.rs"
[[example]]
name = "mio-client"
path = "examples/mio-client.rs"
[[example]]
name = "mio-server"
path = "examples/mio-server.rs"
[[example]]
name = "mpmc_demo"
path = "examples/mpmc_demo.rs"
[[example]]
name = "test_client"
path = "examples/test_client.rs"
[[example]]
name = "write_securities"
path = "examples/write_securities.rs"
[features]
vyukov = []
[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.7.5"
[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"