[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"