Files
momentry_playground/Cargo.toml

46 lines
847 B
TOML

[package]
name = "momentry_playground"
version = "0.1.0"
edition = "2021"
description = "MoMentry Playground - Unified media player with ASR/YOLO/Chunks overlay"
authors = ["Warren Lo <warren@accusys.com.tw>"]
license = "MIT"
[[bin]]
name = "momentry"
path = "src/main.rs"
[lib]
name = "momentry_playground"
path = "src/lib.rs"
[dependencies]
tao = "0.30"
wry = "0.54"
sdl2 = { version = "0.38", features = ["ttf"] }
ffmpeg-sidecar = "2.4"
anyhow = "1.0"
thiserror = "2.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", features = ["json"] }
url = "2.5"
pulldown-cmark = "0.10"
log = "0.4"
env_logger = "0.11"
clap = { version = "4.5", features = ["derive"] }
dirs = "6"
lru = "0.12"
chrono = "0.4"
[dev-dependencies]
tempfile = "3.10"