# 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 = "elgato-streamdeck" version = "0.8.0" authors = ["TheJebForge"] description = "HidApi driver for Elgato Stream Decks" homepage = "https://github.com/streamduck-org" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/streamduck-org/elgato-streamdeck" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.hidapi] version = "2.6" default-features = false [dependencies.image] version = "0.25.4" features = [ "bmp", "jpeg", ] default-features = false [dependencies.tokio] version = "1" optional = true [features] async = [ "tokio", "tokio/sync", "tokio/rt-multi-thread", "tokio/time", ]