[dependencies.byteorder]
version = "1.5"
[dependencies.bytes]
version = "1.9.0"
[dependencies.chrono]
version = "0.4.39"
[dependencies.futures]
version = "0.3.31"
[dependencies.paste]
version = "1.0.15"
[dependencies.prettytable-rs]
version = "^0.10"
[dependencies.rust_decimal]
version = "1.36.0"
[dependencies.socket2]
version = "0.5.8"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
features = ["net", "io-util", "rt", "macros", "rt-multi-thread", "sync", "time"]
version = "1.41.1"
[dev-dependencies.encoding]
version = "0.2"
[dev-dependencies.regex]
version = "1"
[dev-dependencies.rstest]
version = "0.25"
[[example]]
name = "any_vector"
path = "examples/any_vector.rs"
[[example]]
name = "blob"
path = "examples/blob.rs"
[[example]]
name = "data_forms"
path = "examples/data_forms.rs"
[[example]]
name = "quick_start"
path = "examples/quick_start.rs"
[[example]]
name = "subscribe"
path = "examples/subscribe.rs"
[[example]]
name = "symbol_vector"
path = "examples/symbol_vector.rs"
[[example]]
name = "table_insert"
path = "examples/table_insert.rs"
[[example]]
name = "table_writer"
path = "examples/table_writer.rs"
[[example]]
name = "type_conversion"
path = "examples/type_conversion.rs"
[lib]
name = "dolphindb"
path = "src/lib.rs"
[package]
authors = ["DolphinDB, Inc. <support@dolphindb.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust native API for DolphinDB"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "dolphindb"
readme = "README.md"
version = "3.3.1"
[[test]]
name = "test_client"
path = "tests/test_client.rs"
[[test]]
name = "test_run_function"
path = "tests/test_run_function.rs"
[[test]]
name = "test_run_script"
path = "tests/test_run_script.rs"
[[test]]
name = "test_stream_subscribe"
path = "tests/test_stream_subscribe.rs"
[[test]]
name = "test_table_writer"
path = "tests/test_table_writer.rs"
[[test]]
name = "test_types_func"
path = "tests/test_types_func.rs"
[[test]]
name = "test_upload"
path = "tests/test_upload.rs"