# 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_hotkeys" version = "1.0.3" authors = ["Nabos "] description = "This tool allows you to integrate your OBS setup into a bigger architecture via CLI commands" homepage = "https://github.com/nab-os/obs_hotkeys" readme = "README.md" keywords = [ "cli", "obs", ] license = "MIT" repository = "https://github.com/nab-os/obs_hotkeys" [dependencies.anyhow] version = "1.0.68" [dependencies.argh] version = "0.1.12" [dependencies.obws] version = "0.10.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_yaml] version = "0.9.16" [dependencies.shellexpand] version = "3.0.0" [dependencies.tokio] version = "1.23.0" features = ["full"]