# 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 = "ledcat" version = "0.2.0" authors = ["polyfloyd "] description = "Control lots of LED's over lots of protocols" readme = "README.md" keywords = [ "leds", "led-strips", "artnet", "ws2812b", ] categories = [ "command-line-utilities", "embedded", "hardware-support", ] license = "GPL-3.0" repository = "https://github.com/polyfloyd/ledcat" resolver = "2" [dependencies.byteorder] version = "1" [dependencies.clap] version = "2" [dependencies.gpio] version = "0.4" [dependencies.librgbmatrix-sys] version = "0.3" optional = true [dependencies.net2] version = "0.2" [dependencies.nix] version = "0.18" [dependencies.regex] version = "1" [dev-dependencies.assert_cli] version = "0.6" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tempfile] version = "3" [features] default = [] rpi-led-matrix = ["librgbmatrix-sys"] [badges.travis-ci] branch = "master" repository = "polyfloyd/ledcat"