sift_connect 0.8.2

A convenient and opinionated way to connect to the Sift API
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 = "sift_connect"
version = "0.8.2"
authors = ["Sift Software Engineers <engineering@siftstack.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A convenient and opinionated way to connect to the Sift API"
homepage = "https://github.com/sift-stack/sift"
readme = "README.md"
keywords = [
    "sift",
    "siftstack",
    "sift-stack",
    "sift_rs",
    "telemetry",
]
categories = [
    "aerospace",
    "science::robotics",
]
license = "MIT"
repository = "https://github.com/sift-stack/sift"
resolver = "2"

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

[dependencies.dirs]
version = "6.0"

[dependencies.sift_error]
version = "0.8.2"

[dependencies.toml]
version = "0.9"

[dependencies.tonic]
version = "^0.14"
features = [
    "gzip",
    "tls-native-roots",
    "tls-webpki-roots",
    "tls-ring",
]

[dependencies.tower]
version = "^0.5"