# 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 = "audiovis" version = "0.1.1" authors = ["Noah "] description = "Audio visualization library used my app, Music Lounge" readme = "README.md" license = "LGPL-3.0" repository = "https://gitlab.com/aercloud-systems/music-lounge" resolver = "1" [package.metadata.docs.rs] all-features = true [dependencies.cpal] version = "0.15.0" [dependencies.piston_window] version = "0.131.0" optional = true [dependencies.ringbuffer] version = "0.15.0" [dependencies.spectrum-analyzer] version = "1.2.6" [features] piston = ["dep:piston_window"]