28 lines
778 B
TOML
28 lines
778 B
TOML
[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]
|
|
async-channel = "2.3.1"
|
|
bincode = "1.3.3"
|
|
config = "0.14.0"
|
|
futures-util = "0.3.30"
|
|
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", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
snafu = "0.8.4"
|
|
tokio = { version = "1.40", features = ["signal"] }
|
|
tokio-util = "0.7.12"
|
|
tokio-tungstenite = "0.24"
|
|
toml = "0.8.19"
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = "0.3.18"
|
|
uuid = "1.10.0"
|
|
webrtc = "0.11.0"
|
|
|
|
vcs-common = { git = "https://git.nickiel.net/VCC/vcs-common.git", branch = "main" }
|