# 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 = "2018" name = "om-fork-ep-miniaudio-sys" version = "2.6.1" authors = [ "ExPixel ", "anti ", ] include = [ "src/**/*.rs", "bindings/**/*.rs", "build.rs", "bindings.h", "bindings-with-vorbis.h", "miniaudio-wrapper.c", "miniaudio/miniaudio.h", "miniaudio/extras/**/*.c", "miniaudio/extras/**/*.h", ] publish = true description = "Raw bindings to the miniaudio C library. Fork until upstream is updated!" homepage = "https://github.com/andreasOM/miniaudio-rs" documentation = "https://docs.rs/ep-miniaudio-sys" readme = "README.md" keywords = [ "audio", "miniaudio", "sound", "pcm", ] categories = [ "multimedia::audio", "multimedia", ] license = "MIT" repository = "https://github.com/andreasOM/miniaudio-rs" [lib] name = "miniaudio_sys" crate_type = ["lib"] path = "src/lib.rs" [dependencies.bitflags] version = "2.4.2" [dependencies.libc] version = "0.2" [build-dependencies.bindgen] version = "0.69.4" features = ["runtime"] optional = true default-features = false [build-dependencies.cc] version = "1.0" [features] default = [ "ma-log-level-error", "bindgen", ] ma-debug-output = [] ma-enable-vorbis = [] ma-log-level-error = [] ma-log-level-info = [] ma-log-level-verbose = [] ma-log-level-warning = [] ma-no-aaudio = [] ma-no-alsa = [] ma-no-audio4 = [] ma-no-avx2 = [] ma-no-avx512 = [] ma-no-coreaudio = [] ma-no-decoding = [] ma-no-device-io = [] ma-no-dsound = [] ma-no-flac = [] ma-no-jack = [] ma-no-mp3 = [] ma-no-neon = [] ma-no-null = [] ma-no-opensl = [] ma-no-oss = [] ma-no-pulseaudio = [] ma-no-sndio = [] ma-no-sse2 = [] ma-no-stdio = [] ma-no-wasapi = [] ma-no-wav = [] ma-no-webaudio = [] ma-no-winmm = []