# 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 = "2018" name = "streamdeck-rs" version = "0.7.0" authors = ["Matthew Donoughe "] 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/" [dependencies.failure] version = "0.1" [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.tokio] version = "1.5.0" [dependencies.tokio-tungstenite] version = "0.14" [dependencies.tungstenite] version = "0.13" default-features = false [dependencies.url] version = "2" [features] default = ["logging"] logging = ["slog"] [badges.travis-ci] repository = "mdonoughe/streamdeck-rs"