# 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-sys" version = "1.1.0-alpha.1" authors = [ "AnomieVision ", "Mischa Spiegelmock ", ] build = "build.rs" links = "projectm" include = [ "src/**", "Cargo.toml", "build.rs", "README.md", "LICENSE", "build_bindgen.rs", "libprojectM/CMakeLists.txt", "libprojectM/src/**", "libprojectM/include/**", "libprojectM/presets/CMakeLists.txt", "libprojectM/cmake/**", "libprojectM/vendor/**", "libprojectM/vendor/projectm-eval/**", "libprojectM/vendor/**/CMakeLists.txt", "libprojectM/vendor/**/cmake/**", "libprojectM/**/*.cmake", "libprojectM/**/*.h", "libprojectM/**/*.hpp", "libprojectM/config*", "libprojectM/vcpkg*", "bindgen/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings for ProjectM" documentation = "https://docs.rs/projectm-sys/latest" readme = "README.md" keywords = [ "visualization", "audio", "sound", "projectm", ] categories = [ "multimedia", "multimedia::video", "multimedia::audio", ] license = "LGPL-3.0-or-later" repository = "https://github.com/projectM-visualizer/projectm-rs" [lib] name = "projectm_sys" path = "src/lib.rs" [dependencies] [build-dependencies.bindgen] version = "0.70.1" [build-dependencies.cmake] version = "0.1.50" [build-dependencies.lazy_static] version = "1.4.0" [features] default = ["playlist"] playlist = [] static = []