chalk-client 0.1.0

Rust client SDK for the Chalk feature store
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 = "chalk-client"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client SDK for the Chalk feature store"
readme = "README.md"
keywords = [
    "chalk",
    "feature-store",
    "ml",
    "machine-learning",
]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/chalk-ai/chalk-rust"

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

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

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

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

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

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

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

[dependencies.arrow]
version = "56"
features = ["ipc_compression"]

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "5"

[dependencies.prost]
version = "0.13"

[dependencies.prost-types]
version = "0.13"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "sync",
]

[dependencies.tonic]
version = "0.12"
features = [
    "channel",
    "transport",
    "tls",
    "tls-native-roots",
]

[dependencies.tracing]
version = "0.1"

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

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