kalam-client 0.5.2-rc.2

Official Rust SDK for KalamDB — SQL, materialized live rows, and optional topic consumers
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"
rust-version = "1.92"
name = "kalam-client"
version = "0.5.2-rc.2"
authors = ["KalamDB Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Rust SDK for KalamDB — SQL, materialized live rows, and optional topic consumers"
homepage = "https://kalamdb.org/docs/sdk/rust"
documentation = "https://docs.rs/kalam-client"
readme = "README.md"
keywords = [
    "kalamdb",
    "database",
    "client",
    "websocket",
    "realtime",
]
categories = [
    "database",
    "web-programming::websocket",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/kalamdb/KalamDB"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[features]
auth-flows = ["link-common/auth-flows"]
cluster = ["link-common/cluster"]
consumer = ["link-common/consumer"]
default = ["native-sdk"]
e2e-tests = [
    "native-cli",
    "link-common/e2e-tests",
]
file-uploads = ["link-common/file-uploads"]
healthcheck = ["link-common/healthcheck"]
http2 = ["link-common/http2"]
native-bench = [
    "native-sdk",
    "healthcheck",
    "setup",
    "consumer",
]
native-cli = [
    "native-sdk",
    "healthcheck",
    "setup",
    "cluster",
    "consumer",
    "file-uploads",
]
native-full = ["native-cli"]
native-sdk = [
    "tokio-runtime",
    "auth-flows",
]
setup = ["link-common/setup"]
tokio-runtime = ["link-common/tokio-runtime"]
wasm = ["link-common/wasm"]

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
required-features = ["e2e-tests"]

[[test]]
name = "proxied"
path = "tests/proxied.rs"
required-features = ["e2e-tests"]

[[test]]
name = "test_consumer"
path = "tests/test_consumer.rs"
required-features = ["e2e-tests"]

[[test]]
name = "test_shared_connection"
path = "tests/test_shared_connection.rs"

[[test]]
name = "test_subscription_cleanup"
path = "tests/test_subscription_cleanup.rs"
required-features = ["e2e-tests"]

[[test]]
name = "test_user_table_subscriptions"
path = "tests/test_user_table_subscriptions.rs"
required-features = ["e2e-tests"]

[[test]]
name = "test_websocket_integration"
path = "tests/test_websocket_integration.rs"
required-features = ["e2e-tests"]

[[test]]
name = "wasm_integration"
path = "tests/wasm_integration.rs"
required-features = ["e2e-tests"]

[dependencies.link-common]
version = "0.5.2-rc.2"
default-features = false

[dev-dependencies.ntest]
version = "0.9.5"

[dev-dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "rustls",
    "http2",
    "multipart",
    "stream",
    "form",
]
default-features = false

[dev-dependencies.serde_json]
version = "1.0.150"

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
    "fs",
    "io-util",
    "io-std",
    "net",
    "signal",
    "parking_lot",
    "test-util",
    "macros",
]

[dev-dependencies.tokio-netem]
version = "0.1.1"