# 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 = "cat_audio" version = "0.0.4" authors = ["Clomance "] exclude = ["logo_400x400.png", "examples"] description = "A multichannel audio engine for CatEngine" homepage = "https://github.com/Clomance/CatEngine/tree/master/cat_audio" documentation = "https://docs.rs/cat_audio/" readme = "README.md" keywords = ["audio", "playback"] license = "MIT" repository = "https://github.com/Clomance/CatEngine/tree/master/cat_audio" [package.metadata.docs.rs] features = ["extended"] [dependencies.cpal] version = "0.11.0" [dependencies.minimp3] version = "0.5.0" [features] extended = [] raw = ["extended"]