hessra-sdk 0.11.2

Hessra authorization service SDK for Rust
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 = "2021"
name = "hessra-sdk"
version = "0.11.2"
authors = ["Jake Valentic <jake@hessra.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hessra authorization service SDK for Rust"
documentation = "https://docs.rs/hessra-sdk"
readme = "README.md"
keywords = [
    "hessra",
    "authorization",
    "rust",
    "sdk",
    "biscuit",
]
categories = [
    "authentication",
    "api-bindings",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/Hessra-Labs/hessra-sdk.rs"

[features]
default = []
http3 = ["hessra-api/http3"]
toml = [
    "hessra-config/toml",
    "dep:toml",
]
wasm = ["hessra-token/wasm"]

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

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

[[example]]
name = "http1"
path = "examples/http1_example.rs"

[[example]]
name = "http3"
path = "examples/http3_example.rs"
required-features = ["http3"]

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

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

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

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

[[test]]
name = "client_builder_test"
path = "tests/client_builder_test.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[test]]
name = "multi_party_tests"
path = "tests/multi_party_tests.rs"

[[test]]
name = "test_utils"
path = "tests/test_utils.rs"

[dependencies.hessra-api]
version = "0.6.2"

[dependencies.hessra-config]
version = "0.3.0"

[dependencies.hessra-token]
version = "0.6.5"

[dependencies.hessra-token-core]
version = "0.3.0"

[dependencies.hessra-token-identity]
version = "0.6.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"
optional = true

[dependencies.url]
version = "2.4"

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

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

[dev-dependencies.wiremock]
version = "0.6"