[dependencies.dirs]
version = "6.0.0"
[dependencies.sift_error]
version = "0.3.0"
[dependencies.toml]
version = "0.8.20"
[dependencies.tonic]
features = ["tls-native-roots", "tls", "tls-roots", "tls-webpki-roots"]
version = "^0.12"
[dependencies.tower]
version = "^0.4"
[lib]
name = "sift_connect"
path = "src/lib.rs"
[package]
authors = ["Sift Software Engineers <engineering@siftstack.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["aerospace", "science::robotics"]
description = "A convenient and opinionated way to connect to the Sift API"
edition = "2024"
homepage = "https://github.com/sift-stack/sift/tree/main/rust"
keywords = ["sift", "siftstack", "sift-stack", "sift_rs", "telemetry"]
license = "MIT"
name = "sift_connect"
readme = "README.md"
repository = "https://github.com/sift-stack/sift/tree/main/rust"
resolver = "2"
version = "0.3.0"