streamdeck-rs 0.8.0

Unofficial Stream Deck SDK for Rust
Documentation
# 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 = "2024"
name = "streamdeck-rs"
version = "0.8.0"
authors = ["Matthew Donoughe <mdonoughe@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unofficial Stream Deck SDK for Rust"
readme = "README.md"
keywords = [
    "streamdeck",
    "stream-deck",
]
categories = [
    "api-bindings",
    "gui",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/mdonoughe/streamdeck-rs/"

[badges.travis-ci]
repository = "mdonoughe/streamdeck-rs"

[features]
default = ["logging"]
logging = ["slog"]

[lib]
name = "streamdeck_rs"
path = "src/lib.rs"

[dependencies.futures]
version = "0.3"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.serde_repr]
version = "0.1"

[dependencies.slog]
version = "2"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.5.0"

[dependencies.tokio-tungstenite]
version = "0.28"
features = ["url"]

[dependencies.url]
version = "2"