soloud-sys 1.1.1

Rust bindings for the soloud audio engine
Documentation
# 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.67"
name = "soloud-sys"
version = "1.1.1"
authors = ["MoAlyousef <mohammed.alyousef@neurosrg.com>"]
build = "build/main.rs"
links = "soloud"
exclude = ["./examples"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the soloud audio engine"
documentation = "https://docs.rs/soloud"
readme = "README.md"
keywords = [
    "audio",
    "playback",
    "synthesizer",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/MoAlyousef/soloud-rs"

[package.metadata.docs.rs]
features = ["miniaudio"]

[features]
alsa = []
coreaudio = []
jack = []
miniaudio = []
nosound = []
null = []
openal = []
opensles = []
oss = []
portaudio = []
sdl2 = []
sdl2-static = []
use-ninja = []
wasapi = []
winmm = []
xaudio2 = []

[lib]
name = "soloud_sys"
path = "src/lib.rs"

[[example]]
name = "sys_simple"
path = "examples/sys_simple.rs"

[[example]]
name = "sys_speech"
path = "examples/sys_speech.rs"

[build-dependencies.cmake]
version = "^0.1.45"