# 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 = "rodio_wav_fix" version = "0.15.0" authors = ["Kunal Bagaria "] description = "Audio playback library" documentation = "http://docs.rs/rodio" keywords = ["audio", "playback", "gamedev"] license = "MIT OR Apache-2.0" repository = "https://github.com/RustAudio/rodio" [[example]] name = "music_m4a" required-features = ["symphonia-isomp4", "symphonia-aac"] [dependencies.claxon] version = "0.4.2" optional = true [dependencies.cpal] version = "0.13" [dependencies.hound] version = "3.3.1" optional = true [dependencies.lewton] version = "0.10" optional = true [dependencies.minimp3] version = "0.5.0" optional = true [dependencies.symphonia] version = "0.3" optional = true [dev-dependencies.quickcheck] version = "0.9.2" [features] default = ["flac", "vorbis", "wav", "mp3"] flac = ["claxon"] mp3 = ["minimp3"] symphonia-aac = ["symphonia/aac"] symphonia-all = ["symphonia-aac", "symphonia-flac", "symphonia-isomp4", "symphonia-mp3", "symphonia-wav"] symphonia-flac = ["symphonia/flac"] symphonia-isomp4 = ["symphonia/isomp4"] symphonia-mp3 = ["symphonia/mp3"] symphonia-wav = ["symphonia/wav", "symphonia/pcm"] vorbis = ["lewton"] wasm-bindgen = ["cpal/wasm-bindgen"] wav = ["hound"]