# 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" version = "0.9.0" authors = ["ryan "] description = "Elgato Stream Deck driver and command line interface" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/ryankurte/rust-streamdeck" [[bin]] name = "streamdeck-cli" path = "src/main.rs" required-features = ["util"] [dependencies.ab_glyph] version = "0.2.25" [dependencies.hidapi] version = "2.4" [dependencies.humantime] version = "2.1.0" optional = true [dependencies.image] version = "0.25.1" [dependencies.imageproc] version = "0.24.0" [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0.104" features = ["derive"] optional = true [dependencies.simplelog] version = "0.12.0" optional = true [dependencies.structopt] version = "0.3.5" optional = true [dependencies.thiserror] version = "1.0.30" [features] default = ["util"] util = [ "structopt", "simplelog", "humantime", ]