stack-auth 0.34.0-alpha.5

Authentication library for CipherStash services
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 = "stack-auth"
version = "0.34.0-alpha.5"
authors = [
    "Dan Draper <dan@cipherstash.com>",
    "Drew Thomas <drew@cipherstash.com>",
    "Fiona McCawley <fiona@cipherstash.com>",
    "James Sadler <james@cipherstash.com>",
    "Kate Andrews <kate@cipherstash.com>",
    "Lindsay Holmwood <lindsay@cipherstash.com>",
    "Paul Hawkins <paul@cipherstash.com>",
    "Robin Howard <robin@cipherstash.com>",
    "Toby Hede <toby@cipherstash.com>",
    "Yuji Yokoo <yuji@cipherstash.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authentication library for CipherStash services"
homepage = "https://cipherstash.com"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/cipherstash/cipherstash-suite"

[features]
test-utils = []

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

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

[[example]]
name = "device_code"
path = "examples/device_code.rs"
required-features = ["test-utils"]

[dependencies.aquamarine]
version = "0.6"

[dependencies.cts-common]
version = "0.34.0-alpha.5"
default-features = false

[dependencies.jsonwebtoken]
version = "9.3.1"

[dependencies.miette]
version = "7.5.0"
features = ["fancy"]

[dependencies.open]
version = "5.3.2"

[dependencies.reqwest]
version = "0.13"
features = [
    "brotli",
    "gzip",
    "json",
    "rustls",
    "hickory-dns",
    "stream",
    "form",
    "query",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.132"

[dependencies.stack-profile]
version = "0.34.0-alpha.5"

[dependencies.thiserror]
version = "1.0.56"

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

[dependencies.tracing]
version = "0.1"
features = ["log"]

[dependencies.url]
version = "2.5.4"
features = ["serde"]

[dependencies.uuid]
version = "1.8"
features = [
    "v4",
    "v5",
    "serde",
]

[dependencies.vitaminc]
version = "0.1.0-pre4.2"
features = [
    "random",
    "protected",
    "encrypt",
    "protected",
]

[dependencies.vitaminc-protected]
version = "0.1.0-pre4.2"

[dependencies.zeroize]
version = "1.8.1"
features = ["derive"]

[dependencies.zerokms-protocol]
version = "0.12.4"

[dev-dependencies.axum]
version = "0.8"

[dev-dependencies.cts-common]
version = "0.34.0-alpha.5"
default-features = false

[dev-dependencies.mocktail]
version = "0.3.0"

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

[dev-dependencies.tokio]
version = "1.47.1"
features = [
    "full",
    "test-util",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "ansi",
    "json",
    "env-filter",
    "std",
]