# 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.56" name = "rich-sdl2-mixer-rust" version = "0.7.2" authors = ["MikuroXina "] description = "The sdl_mixer 2.0 wrapper for Rust." documentation = "https://mikuroxina.github.io/rich-sdl2-mixer-rust/rich_sdl2_mixer_rust/" keywords = [ "sdl2", "wrapper", "binding", "sdl_mixer", ] categories = ["multimedia::audio"] license = "Apache-2.0" repository = "https://github.com/MikuroXina/rich-sdl2-mixer-rust" resolver = "2" [dependencies.bitflags] version = "1.3.2" [dependencies.once_cell] version = "1.8.0" [dependencies.rich-sdl2-rust] version = "0.10.2" default-features = false [dependencies.static_assertions] version = "1.1.0" [build-dependencies.bindgen] version = "0.59.1" [build-dependencies.git2] version = "0.14.4" [features] default = ["dynamic"] dynamic = ["rich-sdl2-rust/dynamic"] static = ["rich-sdl2-rust/static"] vendor = ["rich-sdl2-rust/vendor"]