# 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 = "general_audio_native" version = "0.3.5" authors = ["Stephen Sherratt "] description = "Implementation of general_audio::AudioPlayer for native applications" homepage = "https://github.com/gridbugs/general-audio.git" documentation = "https://docs.rs/general_audio_native" readme = "README.md" license = "MIT" repository = "https://github.com/gridbugs/general-audio.git" resolver = "1" [dependencies.general_audio] version = "0.1" [dependencies.log] version = "0.4" [dependencies.rodio] version = "0.17" default-features = false [features] flac = ["rodio/flac"] force_dedicated_audio_thread = [] mp3 = ["rodio/mp3"] vorbis = ["rodio/vorbis"] wav = ["rodio/wav"]