[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] config = "0.14.0" gstreamer = { version = "0.23.0", features = ["v1_22"] } gstreamer-app = { version = "0.23.0", features = ["v1_22"] } log = "0.4.22" serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.122" snafu = "0.8.4" tokio = { version = "1.39.2", features = ["signal"] } tokio-tungstenite = "0.23.1" toml = "0.8.19" tracing = "0.1.40" tracing-subscriber = "0.3.18" webrtc = "0.11.0" vcs-common = { git = "https://git.nickiel.net/VCC/vcs-common.git", branch = "main" } async-channel = "2.3.1" uuid = "1.10.0"