RuStream 0.0.0-beta

Rustic API to stream videos from localhost
# https://doc.rust-lang.org/cargo/getting-started/first-steps.html#first-steps-with-cargo
[package]
name = "RuStream"
version = "0.0.0-beta"
description = "Rustic API to stream videos from localhost"
license = "MIT"
documentation = "https://thevickypedia.github.io/rustic-stream"
homepage = "https://github.com/thevickypedia/rustic-stream"
repository = "https://github.com/thevickypedia/rustic-stream"
edition = "2021"

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

[dependencies]
actix-rt = "2.9.0"
actix-web = "4.4.1"
actix-files = "0.6.5"
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.51"
chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "1.7.0", features = ["serde", "v4"] }
env_logger = "0.11.1"
log = "0.4.20"
futures-util = "0.3.30"
lazy_static = "1.4.0"
base64 = "0.21.7"
sha2 = "0.10.8"
rand = "0.8.5"
fernet = "0.2.1"
minijinja = "1.0.12"
walkdir = "2.3"
pyo3 = { version = "0.20.2", features = ["auto-initialize"] }
url = "2.2.1"
itertools = "0.12.1"