obs-do 0.1.13

WebSocket control utility for OBS Studio
# 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.13"
build = false
autolib = 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.102"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.directories]
version = "6.0.0"

[dependencies.obws]
version = "0.15.0"

[dependencies.tokio]
version = "1.51.0"
features = ["full"]