# 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 = "matricks" version = "0.3.1" authors = ["Will McGloughlin "] description = "An extensible LED matrix control tool for Raspberry Pis" homepage = "https://github.com/wymcg/matricks" readme = "README.md" keywords = [ "cli", "ws281x", "raspberrypi", "wasm", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/wymcg/matricks" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.extism] version = "0.5.2" [dependencies.glob] version = "0.3.1" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.10.2" [dependencies.rs_ws281x] version = "0.4.4" [dependencies.serde] version = "1.0.189" [dependencies.serde_json] version = "1.0.107" [dependencies.toml] version = "0.8.2"