# 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" version = "3.0.0" authors = [ "AnomieVision ", "Mischa Spiegelmock ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "projectm" path = "src/lib.rs" [[test]] name = "core" path = "tests/core.rs" [[test]] name = "playlist" path = "tests/playlist.rs" [dependencies.libc] version = "0.2" [dependencies.projectm-sys] version = "1.0.10" [dependencies.rand] version = "0.8" [features] default = ["playlist"] playlist = ["projectm-sys/playlist"]