# 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 = "new-home-ws281x" version = "1.0.4" authors = ["Yannik "] description = "This application will control all kinds of LED strips based on the ws281x chip." readme = "README.md" license = "MIT" repository = "https://gitlab.com/Y_Software/new-home-ws281x" [dependencies.new-home-application] version = "0.1.*" [dependencies.palette] version = "0.5.0" [dependencies.rs_ws281x] version = "0.2.3" [dependencies.serde_json] version = "1.0.52" [dependencies.url] version = "2.1.1"