# 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 = "music-lounge-visualizers" version = "0.7.2" authors = ["Noah "] description = "Music Lounge audio visualizers" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://gitlab.com/aercloud-systems/music-lounge" resolver = "1" [[bin]] name = "mlounge-visual" path = "src/main.rs" [dependencies.audiovis] version = "0.1.1" features = ["piston"] [dependencies.colorgrad] version = "0.6.2" [dependencies.gfx_device_gl] version = "0.16.2" [dependencies.image] version = "0.24.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.music-lounge-client] version = "0.7.0" [dependencies.music-lounge-core] version = "0.7.0" features = ["piston"] [dependencies.piston_window] version = "0.131.0" [dependencies.pistoncore-glutin_window] version = "0.72.0" [dependencies.rand] version = "0.8.5" [dependencies.rust-utils] version = "0.13.0" [dependencies.winit] version = "^0"