[package]
edition = "2024"
name = "real_time_md_editor_api"
version = "0.1.0"
authors = ["Suman Jangili"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serves a Rust Actix‑Web backend to Implement the WebSocket sync logic,oauth2 and jsonwebtoken crates, DB."
homepage = "https://github.com/sumanjangili/real-time-md-editor"
documentation = "https://docs.rs/real_time_md_editor_api"
readme = "README.md"
keywords = [
"rust",
"actix-web",
]
categories = [
"cryptography",
"web-programming",
]
license = "MIT"
repository = "https://github.com/sumanjangili/real-time-md-editor"
[[bin]]
name = "real_time_md_editor_api"
path = "src/main.rs"
[dependencies.actix-cors]
version = "0.7"
[dependencies.actix-web]
version = "4.5"
[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 = "9.2"
[dependencies.log]
version = "0.4"
[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"