# 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] name = "mocha_audio" version = "0.1.1" authors = ["Canoi Gomes "] description = "Library for handle audio, for now it's just a wrapper for miniaudio" readme = "README.md" keywords = [ "audio", "cafe", "audio-engine", "framework", "engine", ] categories = [ "audio", "engine", ] license = "MIT" repository = "https://codeberg.org/cafe/mocha" [lib] name = "mocha" path = "src/lib.rs" [dependencies] [build-dependencies.cc] version = "1.0.81"