omniterm 0.2.2

Web-based tmux terminal manager — one browser tab to watch and drive your AI coding agents
# 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 = "omniterm"
version = "0.2.2"
authors = ["GDWhisper"]
build = "build.rs"
include = [
    "src/**",
    "frontend/dist/**",
    "migrations/**",
    "/build.rs",
    "/README.md",
    "/LICENSE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Web-based tmux terminal manager — one browser tab to watch and drive your AI coding agents"
readme = "README.md"
license = "FSL-1.1-MIT"
repository = "https://github.com/GDWhisper/OmniTerm"

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

[dependencies.agent-client-protocol]
version = "1.2"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-stream]
version = "0.3"

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

[dependencies.axum-extra]
version = "0.10"
features = ["cookie"]

[dependencies.bcrypt]
version = "0.17"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

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

[dependencies.jsonwebtoken]
version = "9"

[dependencies.notify]
version = "8"

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

[dependencies.regex]
version = "1"

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

[dependencies.rust-embed]
version = "8"

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "sqlite",
    "migrate",
]

[dependencies.time]
version = "0.3"

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

[dependencies.toml]
version = "0.8"

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "fs",
    "trace",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

[dependencies.which]
version = "7"

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

[dev-dependencies.tokio-test]
version = "0.4"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.sysinfo]
version = "0.35"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.60"
features = [
    "Win32_System_Console",
    "Win32_System_Threading",
]

[lints.clippy]
complexity = "warn"
correctness = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"