proteus-cli 0.3.2

A command line utility for playing .prot audio files.
# 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-cli"
version = "0.3.2"
authors = ["Adam Thomas Howard <adamthomashoward@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command line utility 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-file = "LICENSE"
repository = "https://github.com/Proteus-Audio/proteus-cli"

[[bin]]
name = "proteus-cli"
path = "src/main.rs"

[dependencies.clap]
version = "4.4.7"

[dependencies.colored]
version = "3.1.1"

[dependencies.crossterm]
version = "0.27.0"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.log]
version = "0.4.20"

[dependencies.proteus-lib]
version = "0.3.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.ratatui]
version = "0.26.3"

[dependencies.symphonia]
version = "0.5.3"