# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "autodeck" version = "0.4.0" authors = ["ryan "] description = "Elgato StreamDeck based Automation Software" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/ryankurte/autodeck" [package.metadata.deb] assets = [["target/release/autodeck", "/usr/bin/autodeck", "0755"], ["basic.toml", "/etc/autodeck/autodeck.toml", "0644"], ["autodeck.env", "/etc/autodeck/", "0644"], ["autodeck.service", "/lib/systemd/system/", "0644"], ["40-streamdeck.rules", "/etc/udev/rules.d/", "0644"]] conf-files = ["/etc/autodeck/autodeck.toml", "/etc/autodeck/autodeck.env"] depends = "$auto, systemd, openssl" priority = "optional" [dependencies.humantime] version = "1.3.0" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.streamdeck] version = "0.4.0" features = ["serde"] [dependencies.structopt] version = "0.3.5" [dependencies.toml] version = "0.5.5" [dependencies.tracing] version = "0.1.11" [dependencies.tracing-subscriber] version = "0.1.6"