# 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 = "spinup" version = "0.1.0" authors = ["Timothy Bogdala "] description = "A quick audio file auditioner with a terminal interface" homepage = "https://github.com/tbogdala/spinup" readme = "README.md" keywords = [ "audition", "audio", "cli", "terminal", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/tbogdala/spinup" resolver = "2" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.crossterm] version = "0.23" [dependencies.kira] version = "0.6" [dependencies.symphonia] version = "0.5" [dependencies.tui] version = "0.18"