real_time_issue_board_api 0.1.0

self‑hosted, real‑time issue board with a Rust backend (high‑performance API + WebSocket sync) for Remote Teams.
# 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 = "real_time_issue_board_api"
version = "0.1.0"
authors = ["Suman Jangili"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = " self‑hosted, real‑time issue board with a Rust backend (high‑performance API + WebSocket sync) for Remote Teams."
homepage = "https://github.com/sumanjangili/real-time-issue-board"
documentation = "https://docs.rs/real_time_issue_board_api"
readme = "README.md"
keywords = [
    "rust",
    "actix-web",
]
categories = [
    "cryptography",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/sumanjangili/real-time-issue-board"

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

[dependencies.actix]
version = "0.13"

[dependencies.actix-cors]
version = "0.7"

[dependencies.actix-rt]
version = "2.9"

[dependencies.actix-web]
version = "4.5"
features = ["macros"]

[dependencies.actix-web-actors]
version = "4"

[dependencies.actix-web-httpauth]
version = "0.8"

[dependencies.actix-ws]
version = "0.3.1"

[dependencies.dotenvy]
version = "0.15"

[dependencies.env_logger]
version = "0.11"

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

[dependencies.jsonwebtoken]
version = "10.3"

[dependencies.oauth2]
version = "4.4"

[dependencies.openssl]
version = "0.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "postgres",
    "runtime-tokio-native-tls",
    "macros",
]

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

[dependencies.tokio-tungstenite]
version = "0.23"

[dependencies.tracing]
version = "0.1"

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

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