# 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 = "simtricks" version = "0.3.0" authors = ["Will McGloughlin "] description = "A tool to run Matricks plugins on non-Raspberry Pi devices" homepage = "https://github.com/wymcg/simtricks" readme = "README.md" keywords = [ "ws281x", "raspberrypi", "wasm", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/wymcg/simtricks" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.eframe] version = "0.23.0" [dependencies.egui_extras] version = "0.23.0" features = ["image"] [dependencies.extism] version = "0.5.2" [dependencies.image] version = "0.24.7" features = ["png"] [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.189" [dependencies.serde_json] version = "1.0.107" [dependencies.simple_logger] version = "4.2.0"