# 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 = "proteus_audio" version = "0.3.0" authors = ["Adam Thomas Howard "] description = "A command line utility and library for playing .prot audio files." homepage = "https://github.com/Proteus-Audio/proteus-cli" readme = "README.md" keywords = [ "proteus", "audio", "matroska", "multimedia", "media", ] categories = [ "command-line-utilities", "multimedia", "multimedia::audio", ] license = "Apache-2.0" repository = "https://github.com/Proteus-Audio/proteus-cli" [dependencies.clap] version = "4.4.7" [dependencies.dasp_ring_buffer] version = "0.11.0" [dependencies.log] version = "0.4.20" [dependencies.matroska] version = "0.26.0" [dependencies.rand] version = "0.8.5" [dependencies.rodio] version = "0.17.3" [dependencies.rustfft] version = "6.1.0" [dependencies.serde_json] version = "1.0.108" [dependencies.symphonia] version = "0.5.3"