# 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" name = "oml-audio" version = "0.8.8-alpha" default-run = "oml-audio" description = "Very basic, and thin abstraction of audio handling meant for games." homepage = "https://github.com/AndreasOM/oml-audio" readme = "README.md" keywords = [ "tools", "gamedev", ] categories = [ "multimedia", "game-development", ] license = "MIT" repository = "https://github.com/AndreasOM/oml-audio" [[bin]] name = "oml-audio" path = "src/oml_audio_main.rs" [dependencies.lewton] version = "0.10.2" optional = true [dependencies.om-fork-ep-miniaudio-sys] version = "2.6.1" optional = true [dependencies.om-fork-miniaudio] version = "0.12.1" features = [ "ma-no-decoding", "ma-log-level-verbose", ] optional = true [dependencies.ringbuf] version = "0.2.6" [build-dependencies.cfg_aliases] version = "0.1.1" [features] default = ["use_stub"] use_apple = [] use_miniaudio = [ "dep:om-fork-miniaudio", "dep:om-fork-ep-miniaudio-sys", "dep:lewton", ] use_stub = [] [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2.7"