# 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_sdk" version = "1.0.6" description = "Rust unofficial SDK for the Elgato Stream Deck" homepage = "https://github.com/fcannizzaro/stream-deck-rust-sdk" documentation = "https://github.com/fcannizzaro/stream-deck-rust-sdk" readme = "README.md" keywords = [ "streamdeck", "streamdeck-sdk", "streamdeck-plugin", ] categories = [ "hardware-support", "api-bindings", ] license = "MIT" repository = "https://github.com/fcannizzaro/stream-deck-rust-sdk" [dependencies.async-trait] version = "0.1.57" [dependencies.base64] version = "0.21.0" optional = true [dependencies.futures] version = "0.3" [dependencies.futures-channel] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.hyper] version = "0.14" features = ["full"] optional = true [dependencies.hyper-tls] version = "0.5.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.serde_repr] version = "0" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.tokio-tungstenite] version = "0.18.0" [dependencies.tungstenite] version = "0.18.0" [dependencies.url] version = "2" [features] default = [] download = [ "hyper", "hyper-tls", ] images = ["base64"] logging = []