mobux 0.1.9

A touch-friendly tmux web UI for unhinged people who run terminal sessions from their phone while walking the dog
# 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 = "mobux"
version = "0.1.9"
build = false
exclude = ["target/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A touch-friendly tmux web UI for unhinged people who run terminal sessions from their phone while walking the dog"
homepage = "https://github.com/mvhenten/mobux"
readme = "README.md"
keywords = [
    "tmux",
    "terminal",
    "mobile",
    "web",
    "tui",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/mvhenten/mobux"

[[bin]]
name = "mobux"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"
features = [
    "ws",
    "json",
    "multipart",
]

[dependencies.axum-server]
version = "0.7"
features = ["tls-rustls"]

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4.44"

[dependencies.directories]
version = "6"

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

[dependencies.hex]
version = "0.4"

[dependencies.hostname]
version = "0.4"

[dependencies.html-escape]
version = "0.2"

[dependencies.instant-acme]
version = "0.8"

[dependencies.p256]
version = "0.13"
features = [
    "ecdsa",
    "pkcs8",
]

[dependencies.portable-pty]
version = "0.8"

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

[dependencies.rand]
version = "0.9"

[dependencies.rcgen]
version = "0.13"
features = ["x509-parser"]

[dependencies.regex]
version = "1"

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

[dependencies.rusqlite]
version = "0.39"
features = ["bundled"]

[dependencies.rust-embed]
version = "8"
features = [
    "include-exclude",
    "mime-guess",
]

[dependencies.rustls]
version = "0.23"

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

[dependencies.rustls-pki-types]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.time]
version = "0.3"

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

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

[dependencies.web-push-native]
version = "0.4"

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