sift_rs 0.7.2

General Rust client library for the Sift API
Documentation
[dependencies.async-trait]
version = "^0.1"

[dependencies.pbjson]
version = "^0.7"

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

[dependencies.prost]
version = "^0.13"

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

[dependencies.serde]
version = "^1.0"

[dependencies.sift_connect]
version = "0.7.2"

[dependencies.sift_error]
version = "0.7.2"

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

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

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

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

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

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

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

[lib]
name = "sift_rs"
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 = "General Rust client library for the Sift API"
edition = "2024"
homepage = "https://github.com/sift-stack/sift"
keywords = ["sift", "siftstack", "sift-stack", "sift_rs", "telemetry"]
license = "MIT"
name = "sift_rs"
readme = "README.md"
repository = "https://github.com/sift-stack/sift"
resolver = "2"
version = "0.7.2"