# 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" rust-version = "1.62.1" name = "obs-scene-monitor-changer" version = "0.1.0" authors = ["SetheenDev "] include = [ "src/**/*", "res/**/*", "README.MD", "LICENSE", ] description = "Change OBS scene based on which monitor your mouse cursor resides" homepage = "https://github.com/PineFog/obs-scene-monitor-changer" readme = "README.MD" categories = [ "obs", "obs-websocket", ] license = "MIT" repository = "https://github.com/PineFog/obs-scene-monitor-changer" resolver = "2" [dependencies.enigo] version = "0.0.14" [dependencies.notify] version = "5.0.0" features = [ "serde", "macos_kqueue", ] default-features = false [dependencies.obws] version = "0.10.0" [dependencies.serde] version = "1.0.148" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.tokio] version = "1.22.0" features = ["full"] [dependencies.winit] version = "0.27.5"