# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cast-to-x" version = "0.1.0" description = "Cast your Wayland to an X window" license = "GPL-2.0" repository = "https://github.com/bennetthardwick/cast-to-x" resolver = "2" [profile.release] lto = true codegen-units = 1 [[bin]] name = "cast-to-x" path = "src/main.rs" [dependencies.ashpd] version = "0.3.0" [dependencies.gstreamer] version = "0.18.8" [dependencies.gstreamer-video] version = "0.18.7" [dependencies.pipewire] version = "0.5.0" [dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread"] [dependencies.winit] version = "0.26.1" features = ["x11"] default-features = false [dependencies.zbus] version = "2.1.1"