# 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 = "obs-do" version = "0.1.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "WebSocket control utility for OBS Studio" readme = "README.md" keywords = [ "obs", "streaming", "websocket", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/jonhoo/obs-do.git" [[bin]] name = "obs-do" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.obws] version = "0.13.0" [dependencies.tokio] version = "1.39.2" features = ["full"]