# 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 = "light_seq" version = "0.1.0" authors = ["Julien Eudine "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Raspberry Pi based light show program reacting to the audio input." readme = "README.md" categories = [ "embedded", "multimedia", ] license = "GPL-3.0" repository = "https://github.com/jeudine/light_seq" [profile.release] lto = true [[bin]] name = "light_seq" path = "src/main.rs" [dependencies.cpal] version = "0.15.3" [dependencies.crossterm] version = "0.27.0" [dependencies.promptly] version = "0.3.1" [dependencies.rand] version = "0.8.5" [dependencies.realfft] version = "3.3.0" [dependencies.rppal] version = "0.18.0" [features] profile = []