[package] name = "joystick-controller-client" version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-channel = "2.2.0" config = "0.14.0" err-derive = "0.3.1" futures-core = "0.3.30" futures-util = { version = "0.3.30", features = ["tokio-io"] } gilrs = "0.10.6" gstreamer = { version = "0.22.4", features = ["v1_22"] } gst-plugin-gtk4 = { version = "0.12.2", features = ["gtk_v4_12"] } gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] } log = "0.4.21" serde = { version = "1.0.197", features = ["derive"] } simplelog = "0.12.2" tokio = { version = "1.37.0", features = ["rt-multi-thread", "time"] } tokio-tungstenite = "0.21.0" toml = "0.8.12" # interprocess = { version = "1.2.1", features = ["tokio_support"] } interprocess = { version = "2.0.0", git = "https://github.com/kotauskas/interprocess.git", features = ["tokio"] } gstreamer-app = { version = "0.22.0", features = ["v1_22"] } gstreamer-video = { version = "0.22.4", features = ["v1_22"] } image = "0.25.1"