sift_rs 0.8.2

General Rust client library for 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_rs"
version = "0.8.2"
authors = ["Sift Software Engineers <engineering@siftstack.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "General Rust client library for 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_rs"
path = "src/lib.rs"

[[example]]
name = "filter_assets"
path = "examples/filter_assets/main.rs"

[[example]]
name = "hello_sift"
path = "examples/hello_sift/main.rs"

[[example]]
name = "retry_wrapper"
path = "examples/retry_wrapper/main.rs"

[dependencies.async-trait]
version = "^0.1"

[dependencies.pbjson]
version = "^0.9"

[dependencies.pbjson-types]
version = "^0.9"

[dependencies.prost]
version = "^0.14"

[dependencies.prost-types]
version = "^0.14"

[dependencies.serde]
version = "^1.0"

[dependencies.sift_connect]
version = "0.8.2"

[dependencies.sift_error]
version = "0.8.2"

[dependencies.tokio]
version = "1"
features = ["time"]

[dependencies.tonic]
version = "^0.14"
features = ["gzip"]

[dependencies.tonic-prost]
version = "^0.14"

[dev-dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dev-dependencies.rand]
version = "0.10"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tokio-stream]
version = "0.1"