# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ep-miniaudio-sys" version = "2.4.0" authors = ["ExPixel "] include = ["src/**/*.rs", "generated-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." homepage = "https://github.com/ExPixel/miniaudio-rs" documentation = "https://docs.rs/ep-miniaudio-sys" keywords = ["audio", "miniaudio", "sound", "pcm"] categories = ["multimedia::audio", "multimedia"] license = "MIT" repository = "https://github.com/ExPixel/miniaudio-rs" [lib] name = "miniaudio_sys" crate_type = ["lib"] path = "src/lib.rs" [dependencies.bitflags] version = "1.2" [dependencies.libc] version = "0.2" [build-dependencies.bindgen] version = "0.54" features = ["runtime"] default-features = false [build-dependencies.cc] version = "1.0" [features] default = ["ma-log-level-error"] 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 = []