moosicbox_auth 0.3.0

MoosicBox authentication package
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 = "2024"
name = "moosicbox_auth"
version = "0.3.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MoosicBox authentication package"
readme = "README.md"
keywords = [
    "authentication",
    "token",
]
categories = ["authentication"]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"

[package.metadata]
examples = false

[features]
api = ["switchy_database/api"]
default = [
    "api",
    "openapi",
]
fail-on-warnings = [
    "moosicbox_json_utils/fail-on-warnings",
    "moosicbox_middleware/fail-on-warnings",
    "switchy_database/fail-on-warnings",
    "switchy_env/fail-on-warnings",
    "switchy_http/fail-on-warnings",
    "switchy_uuid/fail-on-warnings",
]
openapi = ["dep:utoipa"]

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

[dependencies.actix-web]
version = "4.13.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.log]
version = "0.4.29"
features = ["release_max_level_trace"]

[dependencies.moosicbox_json_utils]
version = "0.3.0"
features = [
    "database",
    "serde_json",
]
default-features = false

[dependencies.moosicbox_middleware]
version = "0.3.0"
features = ["tunnel"]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.switchy_database]
version = "0.3.0"
default-features = false

[dependencies.switchy_env]
version = "0.3.0"
features = ["std"]
default-features = false

[dependencies.switchy_http]
version = "0.3.0"
features = [
    "json",
    "reqwest",
]
default-features = false

[dependencies.switchy_uuid]
version = "0.3.0"
features = ["uuid"]
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"

[dependencies.utoipa]
version = "5.5.0"
features = ["actix_extras"]
optional = true