# 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 = "2018" name = "soi" version = "0.1.1" authors = ["Teemu Tervo "] description = "A command line music player for the pre-streaming era" readme = "README.md" keywords = [ "cli", "audio", "music", "player", ] categories = [ "command-line-utilities", "multimedia", ] license-file = "COPYING" repository = "https://github.com/teervo/soi/" [dependencies.anyhow] version = "1.0.80" [dependencies.dbus] version = "0.9.7" [dependencies.glib] version = "0.14.5" features = ["v2_66"] [dependencies.gst] version = "0.17.4" package = "gstreamer" [dependencies.gst-audio] version = "0.17.2" package = "gstreamer-audio" [dependencies.itertools] version = "0.10.1" [dependencies.termion] version = "3.0.0" [dev-dependencies.rand] version = "0.8.4"