qqq 0.1.4

Quick Query Quorum: an in-memory multi-user chat with an AI facilitator
# 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.97"
name = "qqq"
version = "0.1.4"
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quick Query Quorum: an in-memory multi-user chat with an AI facilitator"
homepage = "https://github.com/maxylev/QQQ"
readme = "README.md"
keywords = [
    "voice",
    "chat",
    "openai",
    "ai",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/maxylev/QQQ"

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

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

[dependencies.dotenvy]
version = "0.15.7"

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

[dependencies.reqwest]
version = "0.13.4"
features = [
    "http2",
    "json",
    "multipart",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.151"

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

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

[dev-dependencies.tokio-tungstenite]
version = "0.30.0"

[dev-dependencies.tower]
version = "0.5.3"
features = ["util"]

[profile.release]
strip = true