trellis-auth 0.6.1

Authentication flows and session helpers for Trellis clients.
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 = "trellis-auth"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authentication flows and session helpers for Trellis clients."
readme = false
license = "Apache-2.0"
repository = "https://github.com/qlever-llc/trellis"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.ed25519-dalek]
version = "2.2.0"

[dependencies.hkdf]
version = "0.12.4"

[dependencies.hmac]
version = "0.12.1"

[dependencies.rand]
version = "0.10.0"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.51.1"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]

[dependencies.trellis-client]
version = "0.6.1"

[dependencies.trellis-sdk-auth]
version = "0.6.1"

[dependencies.url]
version = "2.5.8"