# 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.68" name = "obws" version = "0.13.0" authors = ["Dominik Nakamura "] build = false include = [ "examples/**/*", "tests/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "The obws (obvious) remote control library for OBS." homepage = "https://github.com/dnaka91/obws" readme = "README.md" keywords = [ "async", "obs", "obs-websocket", "remote-control", "tokio", ] categories = [ "api-bindings", "web-programming", ] license = "MIT" repository = "https://github.com/dnaka91/obws" [package.metadata.docs.rs] features = [ "events", "tls", ] [lib] name = "obws" path = "src/lib.rs" [[example]] name = "events" path = "examples/events.rs" required-features = ["events"] [[example]] name = "iter_scenes" path = "examples/iter_scenes.rs" [[example]] name = "screenshot" path = "examples/screenshot.rs" [[example]] name = "simple" path = "examples/simple.rs" [[test]] name = "integration" path = "tests/integration/main.rs" required-features = ["events"] [dependencies.async-stream] version = "0.3.5" optional = true [dependencies.base64] version = "0.22.1" [dependencies.bitflags] version = "2.6.0" features = ["serde"] [dependencies.futures-util] version = "0.3.30" features = ["sink"] [dependencies.rgb] version = "0.8.50" default-features = false [dependencies.semver] version = "1.0.23" features = ["serde"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_repr] version = "0.1.19" [dependencies.serde_with] version = "3.9.0" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.64" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.38.1" features = [ "net", "rt", "sync", "time", ] [dependencies.tokio-tungstenite] version = "0.24.0" [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.10.0" features = ["serde"] [dev-dependencies.anyhow] version = "1.0.89" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.serde_test] version = "1.0.177" [dev-dependencies.tokio] version = "1.38.1" features = [ "fs", "macros", "rt-multi-thread", "time", ] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] default = [] events = ["dep:async-stream"] test-integration = [] tls = ["tokio-tungstenite/rustls-tls-webpki-roots"]