# 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" rust-version = "1.65" name = "projectm-rs" version = "1.0.5" authors = ["AnomieVision "] description = "Bindings for ProjectM" readme = "README.md" keywords = [ "visualization", "audio", "sound", "projectm", ] categories = [ "multimedia", "multimedia::video", "multimedia::audio", ] license = "\tLGPL-3.0-or-later" repository = "https://github.com/projectM-visualizer/projectm-rs" [dependencies.libc] version = "0.2.140" [dependencies.projectm-sys] version = "1.0.7" features = ["playlist"] [dependencies.rand] version = "0.8.5" [features] default = ["playlist"] playlist = []