vcs-camera-satellite/Cargo.toml

21 lines
551 B
TOML
Raw Normal View History

2024-08-03 20:36:22 -07:00
[package]
name = "vcs-camera-satellite"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-08-04 17:02:53 -07:00
anyhow = "1.0.86"
2024-08-03 20:36:22 -07:00
config = "0.14.0"
2024-08-04 20:47:37 -07:00
ctrlc = "3.4.4"
gst-plugin-webrtc = { version = "0.13.0", features = ["v1_22"] }
2024-08-03 20:36:22 -07:00
gstreamer = { version = "0.23.0", features = ["v1_22"] }
log = "0.4.22"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.122"
tokio = "1.39.2"
tokio-tungstenite = "0.23.1"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"