mobius-gateway 0.9.21

Headless authenticated gateway for möbius frontends
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"
rust-version = "1.98"
name = "mobius-gateway"
version = "0.9.21"
build = "build.rs"
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless authenticated gateway for möbius frontends"
readme = "README.md"
keywords = [
    "agent",
    "ai",
    "gateway",
    "llm",
    "server",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/citizenhicks/mobius"

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"

[dependencies.chrono-tz]
version = "0.10"

[dependencies.croner]
version = "3"

[dependencies.futures-util]
version = "0.3"
features = ["sink"]

[dependencies.mobius]
version = "=0.9.15"

[dependencies.qrcode]
version = "0.14.1"
default-features = false

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
    "tls12",
]
default-features = false

[dependencies.rustls-pemfile]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.subtle]
version = "2"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
    "macros",
    "net",
    "process",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dependencies.tokio-rustls]
version = "0.26"
features = [
    "ring",
    "tls12",
]
default-features = false

[dependencies.tokio-tungstenite]
version = "0.28"
features = [
    "connect",
    "rustls-tls-webpki-roots",
]
default-features = false

[dependencies.toml]
version = "1"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.webpki-roots]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = ["test-util"]

[build-dependencies.toml]
version = "1"

[target."cfg(unix)".dependencies.nix]
version = "0.29"
features = [
    "hostname",
    "signal",
]

[lints.clippy]
all = "warn"
cognitive_complexity = "warn"

[lints.rust]
unsafe_code = "forbid"