dameng 0.1.0

Dameng database sync driver
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 = "2021"
name = "dameng"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dameng database sync driver"
readme = "README.md"
keywords = [
    "dameng",
    "database",
    "driver",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/rarnu/rust-dameng"

[lib]
name = "dameng"
path = "src/lib.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.bytes]
version = "1"

[dependencies.dameng-protocol]
version = "0.1.0"

[dependencies.dameng-types]
version = "0.1.0"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.native-tls]
version = "0.2"

[dev-dependencies.encoding_rs]
version = "0.8"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tokio-dameng]
version = "0.1.0"