# 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 = "gamepad_artnet" version = "0.1.3" authors = ["René Rössler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Receive gamepad events and forward via Artnet. Can be used to control QlcPlus and others" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/elwerene/gamepad_artnet.git" [[bin]] name = "gamepad_artnet" path = "src/main.rs" [dependencies.artnet_protocol] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.env_logger] version = "0.11" [dependencies.gilrs] version = "0.11" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1"