kdb-connection 0.1.0

kDB connection.
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 = "kdb-connection"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "kDB connection."
homepage = "https://auksys.org"
readme = "README.MD"
license = "MIT"
repository = "https://gitlab.com/auksys/kdb-rs"
resolver = "2"

[features]
default = [
    "http",
    "mqtt",
]
http = ["dep:reqwest"]
mqtt = [
    "dep:rumqttc",
    "dep:mqtt-service",
    "dep:mqtt-channel",
]

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

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

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.kdb-macros]
version = "0.1.0"

[dependencies.mqtt-channel]
version = "0.3"
optional = true

[dependencies.mqtt-service]
version = "0.7"
features = ["json"]
optional = true

[dependencies.reqwest]
version = "0.12"
features = ["json"]
optional = true

[dependencies.rumqttc]
version = "0.24"
optional = true

[dependencies.serde]
version = "1"

[dependencies.serde-saphyr]
version = "0.0.13"

[dependencies.serde_json]
version = "1"

[dependencies.serde_with]
version = "3"

[dependencies.shared_child]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.kdb-store]
version = "0.1.0"

[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.pathsearch]
version = "0.2"

[dev-dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]