# 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 = "flac_music" version = "0.2.3" authors = ["wandercn"] description = "Music player based on druid GUI. 支持本地音乐文件 .flac, .mp3, .wav, .m4a 格式的播放器" homepage = "https://github.com/wandercn/flac_music" readme = "README.md" keywords = [ "druid", "flac-music", "music-player", "audio", "music", ] categories = [ "accessibility", "multimedia", "audio", ] license = "MIT" repository = "https://github.com/wandercn/flac_music" [dependencies.druid] version = "0.7.0" features = [ "im", "svg", "image", "png", ] [dependencies.ffmpeg-next] version = "5.1.1" [dependencies.rodio] version = "0.16.0" features = [ "symphonia-all", "flac", "vorbis", "wav", "mp3", ]