vortex-sdk 1.1.1

Vortex Rust SDK for authentication and invitation management
Documentation
[dependencies.base64]
version = "0.21"

[dependencies.hmac]
version = "0.12"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

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

[dependencies.uuid]
features = ["v4"]
version = "1.0"

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

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

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

[package]
authors = ["Team Vortex Software <support@vortexsoftware.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "api-bindings"]
description = "Vortex Rust SDK for authentication and invitation management"
documentation = "https://docs.rs/vortex-sdk"
edition = "2021"
homepage = "https://vortexsoftware.com"
keywords = ["vortex", "authentication", "invitations", "jwt"]
license = "MIT"
name = "vortex-sdk"
readme = "README.md"
repository = "https://github.com/teamvortexsoftware/vortex"
version = "1.1.1"