runbeam-sdk 0.2.0

Rust SDK for integrating with the Runbeam Cloud API, providing JWT validation, API client, and secure token storage
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.jsonwebtoken]
version = "9.3"

[dependencies.keyring]
features = ["sync-secret-service"]
version = "3.6"

[dependencies.once_cell]
version = "1.20"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dev-dependencies.tempfile]
version = "3.13"

[dev-dependencies.tokio-test]
version = "0.4"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "authentication", "web-programming"]
description = "Rust SDK for integrating with the Runbeam Cloud API, providing JWT validation, API client, and secure token storage"
documentation = "https://docs.rs/runbeam-sdk"
edition = "2021"
exclude = ["WARP.md", "docs/", ".idea/"]
homepage = "https://runbeam.io"
keywords = ["runbeam", "api", "jwt", "gateway", "integration"]
license = "Apache-2.0"
name = "runbeam-sdk"
readme = "README.md"
repository = "https://github.com/aurabx/runbeam-sdk-rs"
version = "0.2.0"