openfga-client 0.5.1

Type-safe client SDK for OpenFGA with optional Authorization Model management and Authentication (Bearer or Client Credentials).
Documentation
[dependencies.async-stream]
version = "0.3"

[dependencies.futures]
version = "0.3"

[dependencies.futures-timer]
version = "3.0.3"

[dependencies.http]
version = "1"

[dependencies.middle]
features = ["tonic"]
optional = true
version = "0.4.0"

[dependencies.prost]
features = ["std"]
version = "0.14"

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

[dependencies.prost-wkt]
version = "0.7"

[dependencies.prost-wkt-types]
features = ["vendored-protoc"]
version = "0.7"

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tonic]
default-features = false
features = ["codegen", "transport"]
version = "0.14"

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

[dependencies.tower]
optional = true
version = "0.5"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dev-dependencies.needs_env_var]
version = "1.1.0"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.serde_json]
version = "1.0"

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

[dev-dependencies.tracing-test]
version = "0.2"

[dev-dependencies.uuid]
features = ["v7"]
version = "1.14"

[features]
all = ["tls-rustls", "tls-native-roots", "auth-middle"]
auth-middle = ["dep:middle", "tower"]
tls-native-roots = ["tonic/tls-native-roots"]
tls-rustls = ["tonic/tls-aws-lc"]
tls-webpki-roots = ["tonic/tls-webpki-roots"]

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

[package]
authors = ["Christian Thiel"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Type-safe client SDK for OpenFGA with optional Authorization Model management and Authentication (Bearer or Client Credentials)."
edition = "2024"
include = ["/src", "**/**.rs", "LICENSE", "README.md", "!tmp/**"]
license = "Apache-2.0"
name = "openfga-client"
readme = "README.md"
repository = "https://github.com/vakamo-labs/openfga-client.git"
resolver = "2"
rust-version = "1.88.0"
version = "0.5.1"