# 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 = "rusty-patio" version = "1.0.2" authors = ["BButner"] include = [ "src/**/*.rs", "Cargo.toml", "README.md", "LICENSE", ] description = "Unofficial Stream Deck SDK for Rust" homepage = "https://github.com/bbutner/rusty-patio" readme = "README.md" keywords = [ "streamdeck", "sdk", "rust", ] categories = [ "hardware-support", "api-bindings", ] license = "GPL-3.0" repository = "https://github.com/bbutner/rusty-patio" [dependencies.anyhow] version = "1.0.69" [dependencies.base64] version = "0.21.0" [dependencies.futures-util] version = "0.3.26" [dependencies.mime_guess] version = "2.0.4" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.tokio] version = "1.26.0" features = [ "rt", "io-std", "sync", "fs", ] [dependencies.tokio-tungstenite] version = "0.18.0" [dependencies.tungstenite] version = "0.18.0"