# 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 = "gseq" version = "0.2.0" authors = [ "Julien Eudine ", "Marius Debussche ", ] build = false include = [ "/src", "/shader", "/models", "/image", "LICENSE", "README", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A realtime visual performance program reacting to the audio input." readme = "README.md" categories = [ "rendering", "multimedia", "graphics", ] license = "GPL-3.0" repository = "https://github.com/jeudine/gseq" [profile.release] lto = true [lib] name = "gseq" path = "src/lib.rs" [[bin]] name = "gseq" path = "src/main.rs" [dependencies.ahash] version = "0.8.10" [dependencies.bytemuck] version = "1.12" features = ["derive"] [dependencies.cgmath] version = "0.18" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.cpal] version = "0.15.0" [dependencies.crossterm] version = "0.27.0" [dependencies.env_logger] version = "0.10" [dependencies.fs-err] version = "2.11.0" [dependencies.image] version = "0.24.7" [dependencies.log] version = "0.4" [dependencies.pollster] version = "0.2" [dependencies.promptly] version = "0.3.1" [dependencies.rand] version = "0.8.5" [dependencies.realfft] version = "3.2.0" [dependencies.thiserror] version = "1.0.50" [dependencies.tobj] version = "4.0" [dependencies.wgpu] version = "0.14" [dependencies.winit] version = "0.28.7"