# 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 = "stream-deck-plugin" version = "0.1.0" description = "A quick wrapper to make it easier to develop stream deck plugins in rust." homepage = "https://github.com/AndreasOM/stream-deck-plugin" readme = "README.md" keywords = [ "tools", "libraries", "streamdeck", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/AndreasOM/stream-deck-plugin" [dependencies.color-eyre] version = "0.6.3" [dependencies.futures-util] version = "0.3.30" features = [ "futures-sink", "sink", ] [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.60" [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "time", "sync", "macros", ] [dependencies.tokio-tungstenite] version = "0.21.0" [dependencies.tracing] version = "0.1.40" [dependencies.tungstenite] version = "0.21.0" [dependencies.url] version = "2.5.0"