# 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 = "dmxvis" version = "0.1.1" authors = ["Roman"] build = "build.rs" include = [ "LICENSE", "**/*.rs", "Cargo.toml", "assets/icon/icon-v3.png", ] description = "High Framerate LSD Audio Visualizer [DMX, WS281x, OpenRGB]" readme = "README.md" keywords = [ "music", "audio", "visualizer", "dmx", "openrgb", ] categories = [ "visualization", "multimedia::audio", ] license = "MIT" repository = "https://gitlab.com/Romanizer/dmxvis" [profile.release] panic = "abort" [dependencies.confy] version = "0.5.1" [dependencies.cpal] version = "0.15.2" [dependencies.eframe] version = "0.23.0" [dependencies.egui] version = "0.23.0" [dependencies.egui_plot] version = "0.23.0" [dependencies.image] version = "0.24.7" [dependencies.openrgb] version = "0.1.2" [dependencies.ringbuf] version = "0.3.3" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serialport] version = "4.2.2" [dependencies.spectrum-analyzer] version = "1.5.0" [dependencies.tokio] version = "1.33.0" features = [ "rt-multi-thread", "net", "sync", "io-util", ] default-features = false [build-dependencies.embed-resource] version = "2.4.0"