# 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 = "creek-decode-symphonia" version = "0.3.1" authors = ["Billy Messenger "] description = "Audio file decoding for creek" documentation = "https://docs.rs/creek-decode-wav" keywords = [ "audio", "io", "disk", "stream", ] categories = ["multimedia::audio"] license = "MIT OR Apache-2.0" repository = "https://github.com/RustyDAW/creek" [dependencies.creek-core] version = "0.2.1" [dependencies.log] version = "0.4" [dependencies.symphonia] version = "0.5" [dev-dependencies.float-cmp] version = "0.9" [features] aac = ["symphonia/aac"] alac = ["symphonia/alac"] flac = ["symphonia/flac"] isomp4 = ["symphonia/isomp4"] mp3 = ["symphonia/mp3"] ogg = ["symphonia/ogg"] pcm = ["symphonia/pcm"] vorbis = ["symphonia/vorbis"] wav = ["symphonia/wav"]