# 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 = "assets_manager-rodio" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "`rodio` support for `assets_manager`" documentation = "https://docs.rs/assets_manager-rodio" readme = "README.md" keywords = [ "assets", "audio", "cache", "hot-reloading", "rodio", ] categories = [ "caching", "game-development", "multimedia::audio", ] license = "MIT OR Apache-2.0" repository = "https://github.com/a1phyr/assets_manager/tree/master/crates/rodio" [lib] name = "assets_manager_rodio" path = "src/lib.rs" [dependencies.assets_manager] version = "0.12" default-features = false [dependencies.rodio] version = "0.20" default-features = false [features] flac = ["rodio/flac"] minimp3 = ["rodio/minimp3"] symphonia-flac = ["rodio/symphonia-flac"] symphonia-mp3 = ["rodio/symphonia-mp3"] symphonia-vorbis = ["rodio/symphonia-vorbis"] symphonia-wav = ["rodio/symphonia-wav"] vorbis = ["rodio/vorbis"] wav = ["rodio/wav"]