# 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 = "tori-player" version = "0.1.0" authors = ["Leonardo Riether "] description = "Audio player for tori" homepage = "https://github.com/LeoRiether/tori" keywords = [ "music", "player", "audio", ] license = "GPL-3.0-or-later" repository = "https://github.com/LeoRiether/tori" [dependencies.ac-ffmpeg] version = "0.18.1" [dependencies.arrayvec] version = "0.7.2" [dependencies.cpal] version = "0.15.2" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.log] version = "0.4.19" [dependencies.rb] version = "0.4.1" [dependencies.rubato] version = "0.13.0" [dependencies.symphonia] version = "0.5.3" features = ["all-codecs"]